ypylypenko / algo

101+ coding interview problems with detailed solutions, test cases, and program analysis

Home Page:https://tinyletter.com/hoanhan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

107+ Coding Interview Problems with Detailed Solutions

Go Report Card hackernews r/learnprogramming r/compsci r/golang

Join my mail list to get latest updates here →

Ultimate Go study guide →

Buy me a coffee!

Motivation

I am building a database of most frequently appeared coding interview problems that I think are the most valuable and productive to spend time on. For each one, I am including my thoughts of process on how to approach and solve it, adding well-documented solutions with test cases, time and space complexity analysis. My goal is to help you get good algorithms and data structures so that you can prepare better for your next coding interviews.

These resources that I am looking at are:

Table of Contents

Developing

Count the number of questions:

make count

Clean up, lint source files, run tests and be ready for a push:

make ready

Test only:

make test

Test and report:

make cover

Test verbose:

make test-verbose

Lint:

make lint

Clean up:

make clean

For more information:

make help

References

Stargazers over time

Stargazers over time

About

101+ coding interview problems with detailed solutions, test cases, and program analysis

https://tinyletter.com/hoanhan

License:MIT License


Languages

Language:Go 99.6%Language:Makefile 0.4%