Link-List,Stack,Queue,Tree,hash Function,Graph
-
Updated
Jun 15, 2019 - C++
Link-List,Stack,Queue,Tree,hash Function,Graph
Various data structure basic implemention
Hi everyone, This project is based on DSA. I've implements patients data using linklist. You could use database or file handling for storage. You could modify it according to your needs.
A linked list is a dynamic data structure where each element (called a node) is made up of two items: the data and a reference (or pointer), which points to the next node.
My attempt for Data Structures Lab Assignments at IIT Guwahati . All assignments done in C++ language
Implementation of Algorithms by me
Adaptive Huffman coding in C++
This repository contains some of standard and interesting problems solutions
DSA in C++
Solutions with comments for Leetcode-75
Add a description, image, and links to the linklist topic page so that developers can more easily learn about it.
To associate your repository with the linklist topic, visit your repo's landing page and select "manage topics."