Skip to content

πŸ’™πŸ A Data-Structures & Algorithms repo maintained by Monterrey Institute of Technology CS Students.

License

Notifications You must be signed in to change notification settings

SAITC-CCM/SAITC-DataStructures-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SAITC's Data Structures & Algorithms

Contributors Forks Stars License

By Monterrey Institute of Technology CS Students - for education.

Data Structures

Table of Contents
  1. Linked List
    1. Singly Linked List
    2. Doubly Linked List
  2. Stack
  3. Queue
    1. Standard Queue
    2. Priority Queue
  4. Hash Table
  5. Heap
    1. Standard Heap
    2. Fibonacci Heap
  6. Trie
    1. Standard Trie
  7. Tree
  8. Graph
    1. Directed Graph
      1. Adjacency List
      2. Adjacency Matrix
    2. Undirected Graph
      1. Adjacency List
      2. Adjacency Matrix

Algorithms

Table of Contents
  1. Mathematical
  2. Sorting
  3. Searching
    Searching Graph Algorithm's
    1. Depth First Search
    2. Breadth First Search
    3. Greedy Best First Search
    4. A* Search
  4. String Processing
    Searching Substrings & Palindromes
    1. Boyer-Moore Algorithm
    2. Knuth-Morris-Pratt Algorithm
    3. Longest Common Substring (DP)
    4. Manacher's Algorithm
    5. Z-Function Algorithm
  5. Geometric
  6. Graph
  7. Compression
  8. Encryption

Contributing

Read through our Contribution Guidelines before you contribute.

Made with contrib.rocks.

Languages

About

πŸ’™πŸ A Data-Structures & Algorithms repo maintained by Monterrey Institute of Technology CS Students.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •