🤖
@qwertyvipul | code
  • Code
  • DSA
    • Disjoint Set
    • Segment Tree
    • Bit Operations
    • Binary Exponential
    • Kadane's Algorithm
    • Modulus Multiplicative Inverse
  • Quick Notes
    • Design Patterns
    • System Design
    • React.js
  • LeetCode With JavaScript
Powered by GitBook
On this page
  • Topics
  • Resources
  • Python utilities
  • Imports

DSA

PreviousCodeNextDisjoint Set

Last updated 1 year ago

Topics

  1. Complete binary tree:

  2. Cut property:

  3. Disjoint set:

  4. Kruskal's algorithm:

  5. Lagrange's four-square theorem:

  6. Legendre's three-square theorem:

  7. Modulus multiplicative inverse:

  8. Monotonic queues:

  9. Monotonic stack:

  10. Perfect binary tree:

  11. Prim's algorithm:

  12. Segment tree:

  13. Selection algorithm:

  14. Strobogrammatic number:

Resources

Python utilities

Imports

from collections import Counter

https://www.geeksforgeeks.org/complete-binary-tree/
https://leetcode.com/explore/learn/card/graph/621/algorithms-to-construct-minimum-spanning-tree/3855/
https://leetcode.com/explore/learn/card/graph/618/disjoint-set/3881/
https://leetcode.com/explore/learn/card/graph/621/algorithms-to-construct-minimum-spanning-tree/3856/
https://en.wikipedia.org/wiki/Lagrange%27s_four-square_theorem
https://en.wikipedia.org/wiki/Legendre%27s_three-square_theorem
https://www.geeksforgeeks.org/multiplicative-inverse-under-modulo-m/
https://www.geeksforgeeks.org/introduction-to-monotonic-queues/
https://www.geeksforgeeks.org/introduction-to-monotonic-stack-data-structure-and-algorithm-tutorials/
https://www.geeksforgeeks.org/perfect-binary-tree/
https://leetcode.com/explore/learn/card/graph/621/algorithms-to-construct-minimum-spanning-tree/3859/
https://www.geeksforgeeks.org/segment-tree-data-structure/
https://en.wikipedia.org/wiki/Selection_algorithm
https://www.geeksforgeeks.org/strobogrammatic-number/
https://cp-algorithms.com/index.html
http://e-maxx.ru/algo/
https://sohojeprogramming.blogspot.com/
https://leetcode.ca/