Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prakharchoudhary/interviewkit

This is a collection of solutions of all the problems in the Hackerrank Interview Kit.
https://github.com/prakharchoudhary/interviewkit

Last synced: 2 days ago
JSON representation

This is a collection of solutions of all the problems in the Hackerrank Interview Kit.

Awesome Lists containing this project

README

        

# InterviewKit
This is a collection of solutions of all the problems in the Hackerrank Interview Kit.

## Contents

* - [x] Warmup Challenges
* - [x] Arrays
* - [x] Linked Lists
* - [ ] Stacks and Queues
* - [x] Dictionaries and Hashmaps
* - [x] Sorting
* - [x] String
* - [ ] Search
* - [ ] Recursion and Backtracking
* - [ ] Trees
* - [ ] Graphs
* - [ ] Greedy Algorithms
* - [ ] Dynamic Programming
* - [ ] Miscellaneous