Skip to content

Instantly share code, notes, and snippets.

@sudo-panda
Created August 12, 2021 05:53
Show Gist options
  • Select an option

  • Save sudo-panda/8cd3b3534319b49f1a49114fec547c40 to your computer and use it in GitHub Desktop.

Select an option

Save sudo-panda/8cd3b3534319b49f1a49114fec547c40 to your computer and use it in GitHub Desktop.

AlgoExpert

Arrays

Two Number Sum

https://leetcode.com/problems/two-sum/

Binary Search Trees

Closest Value in BST

https://leetcode.com/problems/closest-binary-search-tree-value/

Binary Trees

Branch Sums

Equivalent: https://leetcode.com/problems/sum-root-to-leaf-numbers/

Dynamic Programming

Max Subset Sum No Adjacent

https://www.geeksforgeeks.org/maximum-sum-such-that-no-two-elements-are-adjacent/

Famous Algorithms

Kadane's Algorithms

https://leetcode.com/problems/maximum-subarray/

Graphs

Greedy Algorithms

Heaps

Linked Lists

Recursion

Searching

Sorting

Stacks

Tries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment