Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 651 Bytes

File metadata and controls

35 lines (31 loc) · 651 Bytes

learn-algorithms-data-structures

A complete algorithms and data structures course with code snippet in python This will help you to practice for coding interviews

Code Challenges

  1. Hackerearth
  2. Hackerrank
  3. Interview cake (Weekly)

Exercises

  1. Arrays
    1. Multi-dimensional
    2. Strings
  2. Linked list
  3. Mathematical
  4. Numbers
  5. Patterns
  6. Queues
  7. Recursion
  8. Stacks

Implementations

  1. Algorithms
    1. Searching
    2. Sorting
  2. Data structures
    1. doubly linked list
    2. dqueue
    3. dynamic array
    4. singly linked list
    5. queue
    6. stack
    7. tree

Riddles