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

https://github.com/sarathsp06/dsalgogym

Cracking The Coding Interview - Problem, Solutions and Discussions
https://github.com/sarathsp06/dsalgogym

algorithms competitive-programming cracking-the-coding-interview datastructures go

Last synced: 7 months ago
JSON representation

Cracking The Coding Interview - Problem, Solutions and Discussions

Awesome Lists containing this project

README

          

# ds-algo interview preprations
[![Build Status](https://travis-ci.com/sarathsp06/dsalgogym.svg?branch=master)](https://travis-ci.com/sarathsp06/dsalgogym) [![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com) [![codecov](https://codecov.io/gh/sarathsp06/dsalgogym/branch/master/graph/badge.svg)](https://codecov.io/gh/sarathsp06/dsalgogym) [![Total alerts](https://img.shields.io/lgtm/alerts/g/sarathsp06/dsalgogym.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sarathsp06/dsalgogym/alerts/) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/sarathsp06/dsalgogym.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sarathsp06/dsalgogym/context:javascript) [![Maintainability](https://api.codeclimate.com/v1/badges/4bb4796283d957ac671b/maintainability)](https://codeclimate.com/github/sarathsp06/dsalgogym/maintainability)

Question and answers to mutiple datastructure algorithm problems

## TODO
- [X] Makefile to build [index.md](./INDEX.md) for problems
- [ ] Update makefie with functions for test

## Rules
* Every problem will have its own README, solutions in different language
* All discussions will happen in issues
* Pull request should have an issue to back it

## Table of contents
- [ctci](ctci)
- [datastructures](ctci/datastructures)
- [misc](misc)
- [idleserver](misc/idleserver)
- [mxsteps](misc/mxsteps)
- [splitip](misc/splitip)
- [firstduplicate](misc/firstduplicate)
- [largestsubstring](misc/largestsubstring)
- [romannumber](misc/romannumber)
- [jumpsteps](misc/jumpsteps)
- [datastructures](misc/datastructures)
- [mostrepeating](misc/mostrepeating)
- [watercapacity](misc/watercapacity)
- [brackets](misc/brackets)
- [largestprimefactor](misc/largestprimefactor)
- [longestsubstring](misc/longestsubstring)
- [lastn](misc/lastn)
- [largersmaller](misc/largersmaller)
- [listintersection](misc/listintersection)
- [islandcount](misc/islandcount)
- [triplet](misc/triplet)
- [README.md](misc/README.md)