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

https://github.com/aadityaza/data-structure-and-algoritham


https://github.com/aadityaza/data-structure-and-algoritham

Last synced: 2 months ago
JSON representation

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.