Skip to content

kavinkumar999/Data-Structures-and-Algorithms

Repository files navigation

Data Structures & Algorithms

Table of content

An alogrithm is step-by-step unambigous instructions to solve a given problem

Data Structure

Data structure is the special format for storing and organizing data


Based on the Organization, it is classified into two types

  • Linear Data Structure
    • Elements are accessed in sequential manner but not compulsory to stored in the sequentialy
    • Examples : Array , Linked list , Stack , Queue
  • Non-linear Data Structure
    • Elements are stored and accessed in sequential manner
    • Examples : Tree , Graph

Fundamentals

Data Structures

Patterns

The cheapest , fastest and reliable components are not get with first strech ⛏️ >> Help to fix it, If you can 🔧

Welcome to Contribute 💓