Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rakibul263/data-structure

Use this C++ GitHub repository to explore the world of fundamental data structures. Implementations of arrays, linked lists, stacks, queues, trees, and more that are tidy and modular. Improve your knowledge of algorithms, learn to program, and find effective solutions to issues. With C++
https://github.com/rakibul263/data-structure

data-structures

Last synced: about 3 hours ago
JSON representation

Use this C++ GitHub repository to explore the world of fundamental data structures. Implementations of arrays, linked lists, stacks, queues, trees, and more that are tidy and modular. Improve your knowledge of algorithms, learn to program, and find effective solutions to issues. With C++

Awesome Lists containing this project

README

        

## Data Structure with C++

# Project Title

A passionate Software Engineer from Bangladesh. I am in the early stages of learning to code.

# Project Title

This repo shows the code for some basic data structures.

# Here--

singly linked list:
*insert at head
*insert at tail
*insert at any position
*delete from any position
*delete from head

doubly linked list:
*insert at head
*insert at tail
*insert at any position
*delete from any position
*delete from head

STL List

Stack Implementation
*stack using array
*stack using dubly linked list
*stack using list
*STL stack

Queue Inplementaion
*Queue Implementation using dubly linked list
*Queue Implementation using singly linked list
*Queue Implementation using STL linked list
*STL Queue
Binary Search Tree Implementation
*insert_BST
*search BST
*convert array to BST
Heap Implementation
*Delete From max heap
*delete from min heap
*input in max heap O(NlogN)
*insert max heap
*insert min heap
STL priority Queue Map and Set
*custom compare class
*priority queue min heap
*priority Queue max heap
*set
*STL map
*word count


![Logo](https://www.springboard.com/blog/wp-content/uploads/2020/07/what-are-data-structures-and-algorithms.png)


Author :

###

MD: RAKIUBL HASAN

###

B.Sc in Computer Science Engineering

###

Daffodil International University

###

Contact:

###



facebook logo


telegram logo


linkedin logo


instagram logo

###