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)
- Host: GitHub
- URL: https://github.com/bwdmonkey/cognito
- Owner: bwdmonkey
- Created: 2020-12-21T11:55:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T16:56:56.000Z (almost 5 years ago)
- Last Synced: 2025-09-17T23:56:05.476Z (9 months ago)
- Homepage: https://bwdmonkey.dev/cognito/
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)`