/InterviewBit-Practice

Interview coding problems @Interviewbit

Primary LanguagePython

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

  1. Databases
  2. Programming
  3. Puzzles
  4. Scripting
  5. 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

  1. Problem: defines the problem statement along with the link to the original webpage
  2. 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!