Skip to content

Commit

Permalink
Merge pull request #137 from shreyas1599/patch-1
Browse files Browse the repository at this point in the history
update readme.md
  • Loading branch information
prabhupant committed Oct 16, 2019
2 parents 33f5116 + 225ace0 commit ad9f66a
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Expand Up @@ -10,29 +10,30 @@ The open source community has helped me a lot during my interview preparations a

## :file_folder: Structure of the repository

As of now, the repository contains a file called [`useful_links.md`](useful_links.md) and 2 main directories: **Data Structures** and **Algorithms**.
As of now, the repository contains 3 main directories: **[Data Structures](data_structures)**, **[Algorithms](algorithms)** and **[Bookmarks](bookmarks)**.

### Data Structures

Contains all data structure questions categorised into sub-directories like stack, queue, etc according to their type.

1. Array
2. Dictionary
3. Binary Search Tree
4. Linked List
5. Stack
6. Graphs
7. Circular Linked List
1. [Array](data_structures/array)
2. [Dictionary]()
3. [Binary Search Tree](data_structures/bst)
4. [Linked List](data_structures/linked_list)
5. [Stack](data_structures/stack)
6. [Graphs](data_structures/graphs)
7. [Circular Linked List](data_structures/circular_linked_list)
8. [Doubly Linked List](data_structures/doubly_linked_list)

### Algorithms

This directory contains various types of algorithm questions like Dynamic Programming, Sorting, Greedy, etc. The current structure of this directory is like -

1. Dynamic Programming
2. Math
3. Sorting
4. Greedy
5. Misc
1. [Dynamic Programming](algorithms/dynamic_programming)
2. [Math](algorithms/math)
3. [Sorting](algorithms/sorting)
4. [Greedy](algorithms/greedy)
5. [Misc](algorithms/miscellaneous)

### Bookmarks

Expand Down

0 comments on commit ad9f66a

Please sign in to comment.