⭐ The ultimate resource to prepare for coding interviews. Everything you need, in one streamlined platform.

AlgoExpert cover image

License: MIT GitHub repo size Active Generic badge Generic badge

Description: This is a collection of all AlgoExpert Coding Interview questions that are currently available on the platform. There are solutions for each problem statement including time and space complexity. Since AlgoExpert is a paid platform, everyone doesn't have access to it or can't afford to. I hope this helps everyone to access the content and improve their problem solving skills.

Problem List + Solutions

Solutions: The solutions are development in Csharp(c#).

⚡ LIST OF PROBLEMS

⭐ : Coding Interview Problems

Difficulty chart:

🟩 : Easy
🟦 : Medium
🟥 : Hard
⬛ : Very Hard

Problem Statement Difficulty Solution Category Unit Test
Two Number Sum 🟩 TwoNumberSum.cs array test
Validate Subsequence 🟩 ValidateSubSequence.cs array test
Sorted Squared Array 🟩 SortedSquaredArray.cs array test
Tournament Winner 🟩 TournamentWinner.cs array test
Non-Constructible Change 🟩 NoConstructibleChange.cs array test
Palindrome 🟩 Palindrome.cs strings test
RunLengthEncoding 🟩 RunLengthEncoding.cs strings test
GenerateDocument 🟩 GenerateDocument.cs strings test
FirstNonRepeatingCharacter 🟩 FirstNonRepeatingCharacter.cs strings test
RemoveDuplicateFromLinkedList 🟩 RemoveDuplicateFromLinkedList.cs linkedList test
Three Number Sum 🟦 ThreeNumberSum.cs array test
Smallest Difference 🟦 SmallestDifference.cs array test
MoveElementToEnd 🟦 MoveElementToEnd.cs array test
MonotonicArray 🟦 MonotonicArray.cs array test

License MIT

Copyright (c) 2021-present, Lowpoc (Marcus Vinicius)