├── LICENSE ├── README.md ├── books.md ├── coding-competitions.md ├── ideas.md └── res └── challenges_1.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-programmers-hangout/programming-resources/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-programmers-hangout/programming-resources/HEAD/README.md -------------------------------------------------------------------------------- /books.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-programmers-hangout/programming-resources/HEAD/books.md -------------------------------------------------------------------------------- /coding-competitions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-programmers-hangout/programming-resources/HEAD/coding-competitions.md -------------------------------------------------------------------------------- /ideas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-programmers-hangout/programming-resources/HEAD/ideas.md -------------------------------------------------------------------------------- /res/challenges_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-programmers-hangout/programming-resources/HEAD/res/challenges_1.png --------------------------------------------------------------------------------