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
- Host: GitHub
- URL: https://github.com/sarathsp06/dsalgogym
- Owner: sarathsp06
- License: mit
- Created: 2017-01-31T19:01:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T14:17:45.000Z (over 5 years ago)
- Last Synced: 2024-11-17T12:14:59.474Z (about 1 year ago)
- Topics: algorithms, competitive-programming, cracking-the-coding-interview, datastructures, go
- Language: Go
- Homepage:
- Size: 1.78 MB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ds-algo interview preprations
[](https://travis-ci.com/sarathsp06/dsalgogym) [](https://houndci.com) [](https://codecov.io/gh/sarathsp06/dsalgogym) [](https://lgtm.com/projects/g/sarathsp06/dsalgogym/alerts/) [](https://lgtm.com/projects/g/sarathsp06/dsalgogym/context:javascript) [](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)