This README will be updated once the structure of each package is known clearly.
This repository contains various practice questions available at Interviewbit.com
The questions are divided into 5 segments
- Databases
- Programming
- Puzzles
- Scripting
- System Design
Programming: contain sub-packages for different kind of problems, like arrays, dynamic programming, greedy algorithms, strings etc.
Each category has a separate package for each problem, with 2 files
- Problem: defines the problem statement along with the link to the original webpage
- Solution: contains the solution of problem
Puzzles: This package contains a sub-package for each puzzle.
More topics will be added later.
Contributors are always welcome!