Codes for data structures and algorithms in python.

Harsh Parikh 6db415eb20 fixed file error 2 vuotta sitten
algorithms 6db415eb20 fixed file error 2 vuotta sitten
.gitignore 2a53c6cddb Initial commit 2 vuotta sitten
LICENSE 2a53c6cddb Initial commit 2 vuotta sitten
README.md d2b34ed104 updated README.md 2 vuotta sitten

README.md

data-structures

Codes for data structures and algorithms in python.

  1. This is the repository for all the data structures and algorithms in python.
  2. The data structures list:
    1. Hashmap
    2. Stack
    3. Queue
    4. Linked List
    5. Tree