Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.44 KB

README.md

File metadata and controls

48 lines (38 loc) · 1.44 KB

CodeEval

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++)
  • Multiplication Tables (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:

  • Hex to Decimal
  • Rightmost Char
  • Set Intersection
  • File Size

Total

Out of 17 Attemped:

  • 4/? Non-rated Completed
  • 13/41 Easy Completed
  • 0/41 Moderate Completed
  • 0/40 Hard Completed
  • 17/121 Total Completions