Skip to content

Commit 77c24c4

Browse files
Update README.md
1 parent c243278 commit 77c24c4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ My codes, and materials for Data Structures and Algorithms, and important interv
1616
The files are all in .py files, all codes are python implementations in form of functions. To describe what the function does please add a docstring above it,
1717
briefly describing the implementation of the algorithm. If the algorithm is taken from a particular source, like Hackerrank or Leetcode, mention that as well.
1818

19+
- Cpp
20+
- Contains different data structures and algorithms implemented in C++. Contents are as per the name of the file.
21+
1922
- Math and Bits
2023
- For popular named algorithms add the code in Useful_Named_Algorithms.py.
2124
- For Bit Maniplation problems add the code in Bit_Manipulation.py.
@@ -45,10 +48,10 @@ briefly describing the implementation of the algorithm. If the algorithm is take
4548
- Single_Linked_List.py contains the implementation and operations on Single Linked List.
4649
- Double_Linked_List.py contains the implementation and operations on Double Linked List.
4750
- Linked_List_Problems.py contain important problems on both Linked Lists.
48-
- Linked_Lists_Types.py contains the implementation of Circular and XOR Linked List.
51+
- Circular_Linked_List.py contains the implementation of Circular Linked List.
4952

5053
- Stacks and Queues
51-
- Stacks.py and Queues.py Contain the Stack and Queue Implementations and Types
54+
- Python_Implementation.py Contain the Stack and Queue Implementations and Types
5255
- Stack_Problems.py and Queue_Problems.py contain the respective problems
5356
- Linked_List_Imp.py contains the implementation of Stack and Queue using Linked List
5457

0 commit comments

Comments
 (0)