• Stars
    star
    535
  • Rank 80,115 (Top 2 %)
  • Language
    C++
  • License
    MIT License
  • Created about 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Solutions to problems on Interview Bit

Interviewbit solutions

General Information

The repository contains solutions to various problems on interviewbit. The code is merely a snippet (as solved on InterviewBit) & hence is not executable in a c++ compiler.
The code written is purely original & completely my own.
The solutions for the following types of questions are available :-

How to contribute?

  1. Fork the repository
  2. Do the desired changes (add/delete/modify)
  3. Make a pull request

When to contribute?

  1. If there is no solution to a problem in the main branch.
  2. If your solution is asymptotically faster than the one in the main branch.
  3. If your algorithm is of the same time complexity but with reduced code size. In this case, comment out the original solution & make a pull request with your solution.
  4. If you have another method of solving the problem which is asymptotically slower than the original method then, comment your solution in the main file & make a pull request.

More Repositories

1

LeetCode

Solutions to problems on LeetCode
C++
23
star
2

Hackerrank

Solutions to problem on Hackerrank
C++
15
star
3

Hackerearth

Solutions to problems on Hackerearth
C++
11
star
4

Flight-Scheduler

Priority-based Flight Scheduler
Java
10
star
5

Android

Android Snippets & hardcore API usage
Java
8
star
6

SaPrAn

SaPrAn is an automated food app with an inbuilt Food Bot & features including "Search Recipes by food image" & "Search Recipes by ingredients"
Java
8
star
7

Django-Rest-Framework

Sample APIs written using Django Rest Framework
Python
6
star
8

Search-Engine

A search query is processed using NLP after which the results are displayed by crawling the web for relevant web pages & displaying them after normalizing the scores
Python
6
star
9

Flappy-Cat

Flappy Cat is a game developed using Corona SDK.
Lua
4
star
10

Account-Authenticator

Account Authenticator for Android to store sensitive information in the OS
Java
4
star
11

Safety-App

Python
3
star
12

Love-Calculator

Love Calculator Android App
Java
3
star
13

Tic-Tac-Toe-Simulation-in-Turing-Machines

Algorithm Design & Analysis for implementing Tic-Tac-Toe on Turing Machines
3
star
14

Algorithms

Random Algorithms Implementation during spare time :)
C++
3
star
15

Chat-app

A chat app made using web sockets (implemented using socket.io)
JavaScript
3
star
16

APAC

Solutions to APAC problems
C++
3
star
17

Growth-Hacking

Growth Hacking Techniques to Boost Website Traffic
3
star
18

Stripe-Payments

A sample app covering all the usual test cases during payments
Python
3
star
19

SMdb

SMdb is a TV Show Notifier app which notifies the users about their favorite TV Shows 5 minutes prior to their beginning
Java
2
star
20

Multi-Threaded-Matrix-Multiplication

Time Comparison when using different number of Threads for Matrix Multiplication
C++
2
star
21

Fab-Video-Player

A custom designed HTML 5 Video Player
JavaScript
1
star
22

Scheduled-Server-Tasks

A demonstration on running scheduled jobs/tasks on the server
Python
1
star