A concise and practical repository for interview preparation, featuring solved problems, code samples, and resources on DSA, JavaScript, TypeScript, Node.js, React, and Next.js. Ideal for developers aiming to sharpen their skills and succeed in technical interviews.
Stars
3
Forks
1
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
209
commits
2
commits
Add sumOfLeftLeafNodes and sumOfLeafNodes methods to BinarySearchTree
d52c98fView on GitHubAdd isComplete method to BinarySearchTree to check completeness.
cfaaa23View on GitHubAdd removeEvenDuplicates method to LinkedList to eliminate duplicate even values
7833dffView on GitHubAdd array rotation, min-heap, and doubly linked list implementations
b6a7799View on GitHubAdd merge function for linked lists and example usage; implement reverseEachWord function in new file
91616bbView on GitHubAdd methods to insert sorted array and refactor sumOfNodes in BinarySearchTree; create maximum sum subarray solution
c0081f3View on GitHub