0% found this document useful (0 votes)
58 views2 pages

Leetcode

The document provides links to over 30 problems on LeetCode and GeeksforGeeks related to trees, linked lists, strings, arrays, sorting, and other algorithm topics. Many of the problems involve binary trees, traversing trees, or operations on trees and linked lists.

Uploaded by

Rohan Mittal
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download as txt, pdf, or txt
0% found this document useful (0 votes)
58 views2 pages

Leetcode

The document provides links to over 30 problems on LeetCode and GeeksforGeeks related to trees, linked lists, strings, arrays, sorting, and other algorithm topics. Many of the problems involve binary trees, traversing trees, or operations on trees and linked lists.

Uploaded by

Rohan Mittal
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 2

https://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/

build binary search tree


delete binary search tree
preorder BST generating
postorder BST generating
trim string
https://leetcode.com/problems/random-flip-matrix/description/
seive of erasthoneses
boyer moore majority voting
https://leetcode.com/problems/product-of-the-last-k-numbers/description/
https://leetcode.com/problems/top-k-frequent-words/

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/

You might also like