You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# <imgsrc="logo\logo.png"style="zoom:50%;"/> Python Data Structures
1
+

2
2
3
-
This repository contains data structures and algorithms questions in Python.
3
+
# Python Data Structures and Algorithms
4
+
5
+
This repository contains data structures and algorithms concepts and questions in Python.
4
6
5
7
## :dart: Objective
6
8
@@ -14,27 +16,44 @@ As of now, the repository contains a file called [`useful_links.md`](useful_link
14
16
15
17
Contains all data structure questions categorised into sub-directories like stack, queue, etc according to their type.
16
18
17
-
1. Array
18
-
2. Dictionary
19
-
3. Binary Search Tree
20
-
4. Linked List
21
-
5. Stack
22
-
6. Graphs
23
-
7. Circular Linked List
19
+
1. Array
20
+
2. Dictionary
21
+
3. Binary Search Tree
22
+
4. Linked List
23
+
5. Stack
24
+
6. Graphs
25
+
7. Circular Linked List
24
26
25
27
### Algorithms
26
28
27
-
Contains algorithm-based questions like dynamic programming, greedy etc.
29
+
This directory contains various types of algorithm questions like Dynamic Programming, Sorting, Greedy, etc. The current structure of this directory is like -
30
+
31
+
1. Dynamic Programming
32
+
2. Math
33
+
3. Sorting
34
+
35
+
### Bookmarks
36
+
37
+
You can find useful links in this repository in the different markdown files. Below is a table of contents.
0 commit comments