Kedar Davekedardave.hashnode.dev·May 8, 2023Optimizing the Roman Numeral to Integer Conversion ProblemRoman numerals are a numeral system that originated in ancient Rome and are still used today in various contexts, such as clock faces, book chapters, and movie sequels. The Roman numeral system consists of seven basic symbols, each with a correspondi...DSA
Jamil Sinnojamilsinno.hashnode.dev·Oct 13, 2022Daily LeetCode Challenges.Hey, I decided to start taking blogging a little more seriously. While lost in thought, I came up with an idea. I decided that since I already push my LeetCode problems to my GitHub, I might as well reflect on them as well. I will use this opportuni...1 like·94 readsleetcode
Favour Olumesethecodingprocess.hashnode.dev·Jun 9, 2022Converting Integers to Roman Numerals Using PythonECX 30 Days of Code and Design Day 16 When in Rome Task Write a function that takes integers as input, and returns Roman numerals. Using the aforementioned function, write a program that takes user input and prints out the Roman numeral form. This p...117 readsPython Console ProjectsPython 3