https://github.com/aadityaza/data-structure-and-algoritham
https://github.com/aadityaza/data-structure-and-algoritham
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aadityaza/data-structure-and-algoritham
- Owner: Aadityaza
- Created: 2019-12-17T07:59:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T15:58:32.000Z (over 5 years ago)
- Last Synced: 2025-01-11T05:17:54.384Z (9 months ago)
- Language: C
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data-structure-and-algoritham
This repositories contains the collection of codes for programs assigned as lab work in T.U Bsc.Csit 3rd semester Data structure and Algorithm
content
:Inplementation of singly linked list.
:Converson of infix expression to postfix using stack.
:Bubble sort.