This repo is a compilation of my source code for challenge questions to CodeEval. The purpose of CodeEval Challenge s to further my skills in problem solving in Computer Science theory, as well as improve my skills in programming anguages, particularly (but not limited to,) C++, Java, JavaScript, Python, and PHP. I plan to implement a site allowing the user to run each of the programs, starting off with the JavaScript challenges.
All of the challenges are solved using code written solely by me, Sergio Morales. See LICENSE for more info on usage permissions.
The Following CodeEval Challenges have been 100% solved:
- Fizz Buzz (C++)
- Sum of Primes (C++)
- Reverse Words (JavaScript)
- Fibonacci Series (JavaScript)
- N Mod M (JavaScript)
- Mixed Content (JavaScript)
- Penultimate Word (JavaScript)
- Capitalize Words (JavaScript)
- Multiply Lists (Python)
- Odd Numbers (Python)
- Even Numbers (Python)
- Lowercase (Python)
- Swap Case (Python)
- Swap Elements (Java)
- Unique Elements (Java)
- Longest Words (Java)
To be Solved:
- Multiplication Tables
Out of 16 Attemped:
- 4/? Non-rated Completed
- 12/41 Easy Completed
- 0/41 Moderate Completed
- 0/40 Hard Completed
- 14/121 Total Completions