We're a place where coders share, stay up-to-date and grow their careers.
Second year Computer Science student with an interest in web/mobile development, big data, robotics and cyber security. Probably drinking too much coffee or coding to avoid doing other coding...
Recent comments
Daily Challenge #2 - String Diamond
My solution using Python :) def diamond(mid): if (mid...
Daily Challenge #1 - String Peeler
My solution using Python and list comprehension :) def st...
Daily Challenge #110 - Love VS. Friendship
My solution to the challenge using map and reduce in Python...