karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.66k stars 10.53k forks source link

Drhealsgood's solved problems #18

Closed Drhealsgood closed 10 years ago

Drhealsgood commented 10 years ago

Unit tests are included in a separate module in the same folder for most problems.

-- Numbers -- Cost of Tiles to cover WxH floor Drhealsgood (Python)

Change returning program Drhealsgood (Python)

Binary to decimal converter Drhealsgood (Python)

Unit converter - temp,money,binary to decimal etc Drhealsgood (Python)

-- Strings -- Reverse a string Drhealsgood (Python)

Pig Latin Drhealsgood (Python)

Count Vowels Drhealsgood (Python)

Check if Palindrome Drhealsgood (Python)

Count Words in a String Drhealsgood (Python)

Text to HTML Generator - this still only has the bare minimum of rules (emphasis, strong, etc) implemented Drhealsgood (Python)

-- Classes --

Product Inventory Project Drhealsgood (Python)

karan commented 10 years ago

Done!

Thanks for your contribution.