Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Data-structure is not for interviews but to develop scalable software using those.
https://github.com/ivikramsahu/data-structure

algorithm computer-engineering computer-science data-structures

Last synced: 8 days ago
JSON representation

Data-structure is not for interviews but to develop scalable software using those.

Awesome Lists containing this project

README

        

# Overview of Data Structure.

📖 Learning computer science is everyones dream in 2020 but where to start and how to start...❓

I have being in the IT 🖥 for almost 4 years now and I wonder what we learn in academics 🎓 are not what we implement instead how we learn and follow those concepts is one of the key factor the we use in industries.

I will try to include all types of data-structures with examples.

# Table of Content
- Set 1 ( Linear data structure )
- Array
- Linked List
- Stack
- Queue
- Set 2
- Binary Tree
- BST
- Heap
- Hash
- Set 3
- Graph
- Trie
- Segement Tree
- suffix Tree

# What is Data Structure?

Simplest form ↠ data in structured format.

It is a way of organizing data in the system so that it can be used effectively.

# Why Data structure?

The idea is to reduce the space and time 🕰 for different tasks (ie. space and time complexities) within the system.