Skip to content

Commit 3c04002

Browse files
authored
Update README.MD
1 parent c20485a commit 3c04002

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ This repository contains Java implementations of different data structures and a
2727
### Singly Linked List (SinglyLinkedList):
2828
- Implementation of a singly linked list with operations for insertion, deletion, traversal, and managing the size of the singly linked list.
2929

30+
### Dijkstra Algorithm:
31+
- Implementation of a Dijkstra Algorithm that finds the shortest path between nodes in a weighted graph, computing the paths from a source.
32+
3033
## Usage:
3134
Each Java file (`*.java`) can be compiled independently and run, to see the functionality of the data structure or algorithm. These examples are resources for understanding how to implement and use data structures and algorithms efficiently.
3235

0 commit comments

Comments
 (0)