Skip to content

Commit 355e7e6

Browse files
authored
Merge pull request BeeBombshell#104 from Atharva-D/main
Closes BeeBombshell#2 Updated README.md with Graph and Linked List's topics.
2 parents 5d883a9 + c6710bf commit 355e7e6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@ The following topics will be elaborated:
4242
* Singly Linked List
4343
* Doubly Linked List
4444
* Circular Singly Linked List
45-
* Circular Doubly Linked List
45+
* Circular Doubly Linked List
46+
* Reverse Linked List
47+
* Merge Linked List
48+
* Middle Linked List
49+
* Palindromic Linked List
50+
* Cycle exist in Linked List
51+
* Start of cycle in Linked List
52+
* Happy Number
4653
* Tree Data Structure
4754
* BFS
4855
* DFS
@@ -55,6 +62,9 @@ The following topics will be elaborated:
5562
* Postorder Tree Traversal
5663
* Binary Tree Max Path
5764
* Graph Data Structure
65+
* Breadth First Search
66+
* Depth First Search
67+
* Number of Islands
5868
* Divide and Conquer Algorithm
5969

6070
![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white)![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)

0 commit comments

Comments
 (0)