Version in Spanish can be found here, my native language is Spanish
The goal of the repository is to provide proposals to the exercises of the following websites that contain a wide range portfolio. The code can be always be improved. If you have any suggestions, please do not hesitate to open a pull request or issue. In a near future, I intend to implement the answers as well in JAVA.
The creators describe their project as a technical interview prep service that sends an interview coding problem every day. The service is provided directly to your email once you subscribed. An interview that describes in depth the initial idea, development, current growing and revenue can be found in the following link: https://www.indiehackers.com/interview/a2b57cca87
It is a well-known Website dedicated to a series of computational problems. It was created in 2001 by Colin Hughes. The current portfolio covers a total of 633 problems. The implementation can be made in any programming language, but according to the current statistics of the website, the most popular languages are:
Total amount of members: 825,757 registered who have solved at least one problem.(Status: August 2018)
- Python: 50,359 members
- C/C++ : 42,835 members
- JAVA: 28, 986 members
- C# : 13,505 members
- Haskell: 6,788 members
Python 3.7.0, Atom and PyCharm (IDE for Python).
Links to download:
The following links are considered for Beginner-Intermediate Level:
For Intermediate-Advanced Level:
Source: The 10 Best Coding Challenge Websites for 2018
Lectures by MIT Professor Eric Grimson:
- Recursion and Dictionaries
- Emphasizes in Big-O Notation: Understanding Program Efficiency:Part 1
- Understanding Program Efficiency:Part 2
Books: