SkillAgentSearch skills...

DSA

Implementations of various data structures and algorithms.

Install / Use

/learn @kingroryg/DSA
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DSA (Data Structures and Algorithms)

Reference purposes .

  1. Knuth-Morris-Pratt Algorithm cpp python
  2. Depth First Search w/o stack cpp python
  3. Depth First Search with stack cpp python
  4. Breadth First Search cpp python java kotlin
  5. Suffix Arrays cpp
  6. Segment Trees cpp python java kotlin
  7. Segment Trees with Lazy Propogation cpp
  8. Segment Trees with Max Prefix/Suffix Sum and Max Subvector Sum cpp
  9. Euler Totient Function cpp python kotlin
  10. Dijkstra's Algorithm cpp python java kotlin
  11. Fast Modulo Multiplication / Binary Exponention cpp python java kotlin
  12. Dijkstra's Algorithm cpp python java
  13. Fast Modulo Multiplication / Binary Exponention cpp python java
  14. Meet in Middle cpp python
  15. Binary Search cpp python java kotlin coffee f# chapel
  16. Matrix Exponention for Fibonacci Series cpp
  17. Modular Multipicative Inverse using Fermat's Theorem cpp
  18. Tries cpp python
  19. Bellman-Ford Algorithm cpp python
  20. Rabin-Karp Algorithm cpp python
  21. Binary Search Tree python c
  22. Sieve of Eratosthenes cpp python java kotlin
  23. Maximum Bipartite Matching cpp python
  24. Floyd-Warshall Algorithm cpp python java kotlin
  25. Pollard Rho Integer Factorization cpp python
  26. Binary Indexed Trees / BIT cpp python
  27. Square Root Decomposition cpp
  28. Ford-Fulkerson Algorithm for Maximum Flow (BFS)/ Edmonds Karp Algorithm cpp java kotlin
  29. Miller Rabin Primality Test cpp python
  30. Fibonacci Numbers using fast doubling cpp python java kotlin
  31. Generating Non-Fibonacci Numbers cpp python
  32. Segmented Sieve Method of Erastothenes cpp python
  33. Quick Sort cpp python java kotlin c
  34. Heap Sort cpp python java kotlin
  35. ConvexHull(GrahamScan) cpp
  36. Longest Increasing Subsequence python
  37. Mergesort cpp python java kotlin scala c
  38. Closest Pair Of Points cpp
  39. Radix Sort cpp python java kotlin
  40. Knapsack 0-1 python java kotlin
  41. Nqueens python java kotlin cpp
  42. Longest Common Subsequence python
  43. Kruskal Algorithm cpp java kotlin
  44. Bubble Sort cpp python java kotlin scala c
  45. Stacks - Array implementation cpp - Linked List Implementation cpp
  46. Queue cpp [c](https://github.com/

Related Skills

View on GitHub
GitHub Stars110
CategoryDevelopment
Updated2mo ago
Forks177

Languages

C++

Security Score

95/100

Audited on Jan 15, 2026

No findings