Git Product home page Git Product logo

dsa's Introduction

Data Structures:

  1. Arrays
  2. Linked Lists
    • Singly Linked Lists
    • Doubly Linked Lists
    • Circular Linked Lists
  3. Stacks
  4. Queues
    • Linear Queues
    • Circular Queues
    • Priority Queues
  5. Trees
    • Binary Trees
    • Binary Search Trees (BST)
    • AVL Trees (Balanced Binary Search Trees)
    • Red-Black Trees
    • B-Trees
  6. Heaps (Binary Heaps)
  7. Graphs
    • Directed Graphs
    • Undirected Graphs
    • Weighted Graphs
    • Directed Acyclic Graphs (DAGs)
  8. Hash Tables (Hash Maps)
  9. Tries (Prefix Trees)
  10. Disjoint Set (Union-Find)
  11. Priority Queues (Heap)
  12. Segment Trees
  13. Fenwick Trees (Binary Indexed Trees)
  14. Skip Lists
  15. Bloom Filters

Algorithms:

  1. Searching Algorithms
    • Linear Search
    • Binary Search
    • Depth-First Search (DFS)
    • Breadth-First Search (BFS)
  2. Sorting Algorithms
    • Bubble Sort
    • Selection Sort
    • Insertion Sort
    • Merge Sort
    • Quick Sort
    • Heap Sort
    • Counting Sort
    • Radix Sort
  3. Recursion
  4. Dynamic Programming
  5. Greedy Algorithms
  6. Divide and Conquer
  7. Graph Algorithms
    • Shortest Path Algorithms (Dijkstra's, Bellman-Ford, Floyd-Warshall)
    • Minimum Spanning Tree (Prim's, Kruskal's)
    • Topological Sorting
    • Strongly Connected Components (SCC)
    • Graph Traversal Algorithms (DFS, BFS)
  8. String Algorithms
    • String Matching (KMP, Rabin-Karp)
    • Longest Common Subsequence (LCS)
    • Longest Increasing Subsequence (LIS)
  9. Numerical Algorithms
    • Primality Testing
    • Factorization
    • Greatest Common Divisor (GCD)
    • Fast Exponentiation
    • Modular Arithmetic

Advanced Topics:

  1. Online Algorithms
  2. Approximation Algorithms
  3. Randomized Algorithms
  4. Parallel Algorithms
  5. External Memory Algorithms
  6. Combinatorial Optimization
  7. Network Flow Algorithms
  8. Computational Geometry
  9. String Matching Algorithms (Suffix Trees, Aho-Corasick)
  10. Cache-Efficient Algorithms

Python-Specific Topics:

  1. Python Data Structures and Built-in Functions
  2. List Comprehensions
  3. Lambda Functions
  4. Generators and Iterators
  5. Decorators
  6. Object-Oriented Programming (OOP) in Python
  7. Python Libraries for Data Structures and Algorithms (e.g., collections, heapq, itertools)

dsa's People

Contributors

shashankashekharsharma avatar

Watchers

 avatar

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.