Skip to content

Commit c301b75

Browse files
committed
Update README.md
1 parent c91b059 commit c301b75

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ This repo is a compilation of my source code for challenge questions to CodeEval
55
s to further my skills in problem solving in Computer Science theory, as well as improve my skills in programming
66
anguages, particularly (but not limited to,) C++, Java, JavaScript, Python, and PHP.
77

8-
All of the challenges are solved using code written solely by me, Sergio Morales. See LICENSE for more info on usage permissions.
8+
All of the challenges are solved using code written solely by me, Sergio Morales. See LICENSE for more info
9+
on usage permissions.
910

1011
The Following CodeEval Challenges have been 100% solved:
1112

@@ -14,15 +15,17 @@ The Following CodeEval Challenges have been 100% solved:
1415
- Reverse Words (JavaScript)
1516
- Fibonacci Series (JavaScript)
1617
- N Mod M (JavaScript)
18+
- Mixed Content (JavaScript)
1719
- Odd Numbers (Python)
1820
- Lowercase (Python)
1921

2022
Total
2123
=====
2224

23-
Out of 7 Attemped:
25+
Out of 8 Attemped:
2426

25-
- 7/41 Easy Completed
27+
- 2/? Non-rated Completed
28+
- 5/41 Easy Completed
2629
- 0/41 Moderate Completed
2730
- 0/40 Hard Completed
28-
- 7/121 Total Completions
31+
- 5/121 Total Completions

0 commit comments

Comments
 (0)