If you have some interesting and instructive exercise solved on C# feel free to raise a pull request with the solution and the link of the problem.
Solved common technical interview questions on C#
The idea of this repository is to walk through the most common exercises of the coding interviews to build a solid basis.
Meaning | Emoji |
---|---|
Solved | ✅ |
Pending | ⭕ |
Review needed | ❕ |
Very instructive on the topic! |
The following exercises were randomly picked it from LC to test what I've learnt so far
Name | Resource link | Status |
---|---|---|
Surrounded Regions | https://leetcode.com/problems/surrounded-regions/ | ✅ |
Deepest Leaves Sum | https://leetcode.com/explore/challenge/card/april-leetcoding-challenge-2021/594/week-2-april-8th-april-14th/3704/ | ✅ |
Name | Resource link | Status |
---|---|---|
Longest Increasing Path in a Matrix |
https://leetcode.com/explore/challenge/card/april-leetcoding-challenge-2021/594/week-2-april-8th-april-14th/3703/ | ✅ |
| My calendar II | https://leetcode.com/problems/alien-dictionary | ✅ !!!! segmented tree| | Path sum II | https://leetcode.com/problems/path-sum-ii | ✅ | | Path sum III | https://leetcode.com/problems/path-sum-iii | ✅ !!!! prefix sum| | Total anagrams | https://leetcode.com/problems/find-all-anagrams-in-a-string | ✅ | | Valid tree | https://leetcode.com/problems/graph-valid-tree/solution/ | ✅ | | Sort diagonally | https://leetcode.com/problems/sort-the-matrix-diagonally/ | ✅ | | Partition Labels | https://leetcode.com/problems/partition-labels | ✅ COOL GREEDY | | LCA III | https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree-iii | ✅ | | Unique paths III | https://leetcode.com/problems/unique-paths-iii | ✅ | | Minimum Number of Steps to Make Two Strings Anagram | https://leetcode.com/problems/minimum-number-of-steps-to-make-two-strings-anagram/ | ✅ REVIEW| | Rotating the Box | https://leetcode.com/problems/rotating-the-box/ | ✅ | | Maximum frequency stack| https://leetcode.com/problems/maximum-frequency-stack | ✅ cool lfu cache like | | Strobogrammatic | https://leetcode.com/problems/strobogrammatic-number/ | ✅ | | Maximum Number of Balloons | https://leetcode.com/problems/maximum-number-of-balloons | ✅ | | Number of connected components | https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/ | ✅ | | Find Duplicate File in System | https://leetcode.com/problems/find-duplicate-file-in-system/solution/ | ✅ | | Minimum Moves to Equal Array Elements II | https://leetcode.com/problems/minimum-moves-to-equal-array-elements-ii/ | ✅ | | Max Chunks To Make Sorted | https://leetcode.com/problems/max-chunks-to-make-sorted/ | ✅ | | Max Chunks To Make Sorted II | https://leetcode.com/problems/lexicographical-numbers/ | ✅ | | Max Consecutive Ones III | https://leetcode.com/problems/max-consecutive-ones-iii/ | ✅ review | | House Robber II | https://leetcode.com/problems/house-robber-ii/| ✅ | | String Without AAA or BBB | https://leetcode.com/problems/string-without-aaa-or-bbb/ | ✅ |