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

https://github.com/bwdmonkey/cognito

a journal of my technical interview prep for the next ten months (est sep 2021)
https://github.com/bwdmonkey/cognito

Last synced: 4 months ago
JSON representation

a journal of my technical interview prep for the next ten months (est sep 2021)

Awesome Lists containing this project

README

          

# cognito

a journal of my technical interview prep for the next ten months (est sep 2021)

## attempted problems

[Google Doc](https://docs.google.com/spreadsheets/d/1xiVPj16LiDic8djXgZP0OzGxFqH9edOcbf8iqweZ_Nw/edit?usp=sharing)

success = optimal perfect solution (time/space complexity)
failed = not working or suboptimal solution

## notes

- [grokking the coding interview notes](GTCI/README.md)

- [java quicknote](#java)

## Java

- init List with variable: `Arrays.asList(1,2,3,4)`