Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 826 Bytes

README.md

File metadata and controls

38 lines (19 loc) · 826 Bytes

Coding Challenges Solutions

Here are the solutions I propose for some problems in my favourites code challenge websites. Also, I'm rewriting my old solutions (that were written in Java and C++) using languages that I'm using in my daily basis (Python, JavaScript and, maybe, Ruby).

I'm doing this for fun and there's no guarantee that these are the correct or most efficient answers :)


##Timus

Profile: [link]

Total before: 40

Old languages: Java, C++.

Total rewritten: 40

New languages: Python.

##UVa Online Judge

Profile: [link]

Total before: 29

Old languages: Java, C++.

##Coderbyte

Profile: [link]

Total: 3

Languages: Javascript.