https://github.com/adhadse/dsawithkotlin
This repo contains my Data Structures Lab work
https://github.com/adhadse/dsawithkotlin
bfs data-structures dfs graph kotlin linked-list queue stack
Last synced: 7 months ago
JSON representation
This repo contains my Data Structures Lab work
- Host: GitHub
- URL: https://github.com/adhadse/dsawithkotlin
- Owner: adhadse
- Created: 2021-03-06T23:52:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T05:18:40.000Z (over 3 years ago)
- Last Synced: 2025-04-04T17:32:30.029Z (12 months ago)
- Topics: bfs, data-structures, dfs, graph, kotlin, linked-list, queue, stack
- Language: Kotlin
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin-DS-Algo-Sem-3
This repo contains my Data Structures Lab work
## 📂Data Structures (`dataStructure`)
These are the Data Structures implemented in the directory
- Linked List
- Circular Linked List
- Doubly Linked List
- Queue
- Circular Queue
- Stack
- Graph
The `Graph.kt` also implements BFS and DFS search technique.