occupyed / learn-algorithms-data-structures

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%