An open API service indexing awesome lists of open source software.

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

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.