Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Lambda School Code Challenges

Legend:
❌ — Not solved yet
⭐️ — Whiteboard interview practice
📝 — Has unit test

JavaScript

  1. Longest String
  2. Reverse String
  3. Reverse Case
  4. Sort String
  5. Reverse Number
  6. Money Format
  7. Even Occurrences
  8. String To Camel Case
  9. Roman Numeralize
  10. Consecutive Strings
  11. Collatz Sequence
  12. setTimeout for loop
  13. To Binary String
  14. Prime List ❌
  15. Days Between
  16. Sum Of Digits
  17. Common Elements
  18. Expanded Numbers
  19. String Compression
  20. Operators
  21. Equal Sides
  22. Check Matching Leaves
  23. Markdown Tables ❌
  24. Rock Paper Scissors ⭐️
  25. Merged Objects
  26. Twin Primes
  27. Bubble Sort
  28. Insertion Sort
  29. Quick Sort
  30. Merge Sort
  31. Breadth First Search
  32. Digits Raised To Consecutive Powers
  33. Largest Contiguous Sum ❌
  34. Prime Reduction
  35. Largest Difference In Array
  36. Chained Functions
  37. Get All Product Except At Index
  38. Sum and Product
  39. Binary Array Sort In Linear Time ❌
  40. Armstrong Numbers
  41. Deep Equality ❌
  42. Balanced Brackets 📝
  43. Next Palindromic Number
  44. Linked List Cycle ❌
  45. Reverse Linked List ⭐️
  46. rand7 To rand5
  47. Stack Machine ❌
  48. Emulate Logic Gates
  49. Rotate Image
  50. Two-Stack Queue ❌
  51. Telephone Words
  52. Route Between Nodes ❌
  53. Overlapping Rectangles ❌
  54. Robot Paths ❌
  55. NAND Logic Gates

C

  1. Nth Fibonacci
  2. Highest Product of Three
  3. Stack
  4. Binary Search Tree
  5. Quick Sort

Python

  1. Strings
  2. Lists
  3. Mean Median Mode
  4. Linked List
  5. Find Rotation Point in Array
  6. Doubly Linked List 📝
  7. Permutation Palindrome
  8. Making Change
  9. Ring Buffer
  10. Telephone Words
  11. LRU Cache
  12. Temperature Tracker
  13. Heap Sort
  14. Time Planner
  15. Timsort