Giter VIP home page Giter VIP logo

data-structures-and-algorithms's Introduction

Data-Structures-and-Algorithms

Theory and Implementation of Data Structures and Algorithms using Python

Data organization, management, and storage format that enables efficient access and modification. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.

Data structures serve as the basis for abstract data types (ADT). The ADT defines the logical form of the data type. The data structure implements the physical form of the data type.

  1. Arrays
  2. Matrix
  3. Lists
  4. Tuples
  5. Sets
  6. Maps
  7. Linked List
  8. Stacks
  9. Queues
  10. Hash tables
  11. Binary Trees
  12. Binary Search Trees
  13. Heaps
  14. Graphs

Algorithm is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output.

  1. Divide and Conquer
  2. Recursion
  3. Backtracking
  4. Tree Traversal
  5. Sorting
  6. Searching
  7. Graphs
  8. Algorithm Analysis
  9. Big-O Notation
  10. Algorithm classes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.