mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
organization in the src structure, modification of README
This commit is contained in:
parent
c2ca11f247
commit
6afe96fa4d
165 changed files with 64 additions and 184 deletions
24
README.md
24
README.md
|
@ -11,7 +11,7 @@ This repository contains a comprehensive study on Algorithms & Data Structures i
|
|||
|
||||
src/
|
||||
|
||||
├── abstract_structures
|
||||
└── abstract_structures
|
||||
|
||||
├── heap
|
||||
|
||||
|
@ -21,33 +21,19 @@ src/
|
|||
|
||||
└── stacks
|
||||
|
||||
├── builtin_structures
|
||||
|
||||
├── arrays_and_strings
|
||||
└── builtin_structures
|
||||
|
||||
├── dicts
|
||||
|
||||
├── lists
|
||||
├── lists_and_strings
|
||||
|
||||
├── numbers
|
||||
|
||||
├── sets
|
||||
|
||||
├── strings
|
||||
|
||||
└── tuples
|
||||
|
||||
├── graphs_and_trees
|
||||
|
||||
├── trees
|
||||
|
||||
├── programming_paradigms
|
||||
|
||||
├── dynamic_programming
|
||||
|
||||
├── modules
|
||||
|
||||
└── oop
|
||||
└── trees
|
||||
|
||||
└── searching_and_sorting
|
||||
|
||||
|
@ -57,6 +43,8 @@ src/
|
|||
|
||||
└── Extra Interview Problems
|
||||
|
||||
└── USEFUL
|
||||
|
||||
|
||||
----
|
||||
## Installation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue