https://github.com/jitendragangwar123/data-structure-and-algorithms
This Repository have Data Structure and Algorithm Implementation by using C language.
https://github.com/jitendragangwar123/data-structure-and-algorithms
c dsa
Last synced: about 2 months ago
JSON representation
This Repository have Data Structure and Algorithm Implementation by using C language.
- Host: GitHub
- URL: https://github.com/jitendragangwar123/data-structure-and-algorithms
- Owner: jitendragangwar123
- Created: 2020-12-25T21:40:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T00:38:29.000Z (about 4 years ago)
- Last Synced: 2025-01-14T05:42:45.631Z (3 months ago)
- Topics: c, dsa
- Language: C
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data-Structure-and-Algorithms
This Repository have Ds and algo implementation using C language.
# DSP_LAB
# Index
# Week 1
# Stack
Stack using array
Stack using linkedlist
# Queue
Queue using array
Queue using linkedlist
# Stack & Queue
Queue using stack
Stack using queue
# Infix - Postfix
Infix to Postfix
Tower of Hanoi
Tower of Hanoi Iterative
# Week 2
Josephus problem
Single linkedlist
Unsorted array search
# Week 3
Selection sort
Circular prime
Evaluation tree
Pre-order using in-order post-order
# Week 4
Tree height
Infix to postfix
Tree traversal
# Week 5
Radix generic
# Week 6
Breadth first search
Depth first search
# Week 7
Floyd Warshall
Connected components
# Week 8
Krushkal's Algorithm