Skip to content

A complete algorithms and data structures course with a code snippet in python

Notifications You must be signed in to change notification settings

occupyed/learn-algorithms-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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