Leetcode
Leetcode
com/problems/find-k-pairs-with-smallest-sums/
https://leetcode.com/problems/restaurant-growth/
https://leetcode.com/problems/consecutive-numbers/
https://leetcode.com/problems/investments-in-2016/
https://leetcode.com/problems/tree-node/
https://leetcode.com/problems/nth-highest-salary/
https://leetcode.com/problems/reverse-substrings-between-each-pair-of-parentheses/
https://leetcode.com/problems/market-analysis-i/description/
https://leetcode.com/problems/human-traffic-of-stadium/
https://leetcode.com/problems/trips-and-users/
https://leetcode.com/problems/long-pressed-name/
https://leetcode.com/problems/multiply-strings/description/
https://leetcode.com/problems/day-of-the-week/
https://leetcode.com/problems/my-calendar-i/description/
https://leetcode.com/problems/shifting-letters/
https://leetcode.com/problems/count-days-spent-together/
https://leetcode.com/problems/design-browser-history/
https://leetcode.com/problems/convert-a-number-to-hexadecimal/description/
https://leetcode.com/problems/degree-of-an-array/
https://leetcode.com/problems/unique-paths/description/
https://leetcode.com/problems/ugly-number/description/
https://leetcode.com/problems/display-table-of-food-orders-in-a-restaurant/
description/
https://www.geeksforgeeks.org/construct-tree-from-given-inorder-and-preorder-
traversal/
https://www.geeksforgeeks.org/construct-tree-from-given-inorder-and-postorder-
traversal/
postorder iterative
https://leetcode.com/problems/binary-tree-postorder-traversal/solutions/3934424/4-
easy-c-solutions-1-dfs-2-bfs-and-morris-traversal-beats-100/
build binary tree from array
delete nodes from binary tree
isSameTree
issymmetric
inverttree
https://leetcode.com/problems/delete-node-in-a-linked-list/description/
insubtree
stringstream
counting sort
https://leetcode.com/problems/remove-nodes-from-linked-list/solutions/3879730/with-
stack-without-stack-space-o-1-and-recursive-solutions-beats-100/
https://leetcode.com/problems/random-point-in-non-overlapping-rectangles/
description/
https://leetcode.com/problems/implement-rand10-using-rand7/
https://leetcode.com/problems/find-target-indices-after-sorting-array/description/
https://leetcode.com/problems/subtree-of-another-tree/description/
https://leetcode.com/problems/check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-
sentence/description/
https://leetcode.com/problems/kth-largest-element-in-a-stream/submissions/
https://leetcode.com/problems/sum-of-left-leaves/
https://www.geeksforgeeks.org/find-sum-left-leaves-given-binary-tree/
https://leetcode.com/problems/excel-sheet-column-title/solutions/