Skip to content

AbelR007/CodeBytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeBytes

CodeBytes is a list of competitive programming questions ranging from LeetCode to CodeChef and others.

Platforms

  1. LeetCode
  2. CodeChef

LeetCode

Difficulty Levels : 🟢 Easy 🟡 Medium 🔴 Hard

# Problem Category Time
🟢 1 Two Sum py Arrays Hash Table
🟢 9 Palindrome Number py Math
🟢 13 Roman to Integer py Math Strings Hash table
🟢 58 Length of Last Word py Arrays Strings
🟡 150 Evaluate Reverse Polish Notation py Stacks Arrays Math

🔼 Return to Top 🔼

CodeChef

Problem # Category
284🟢 Best of Two c BESTOFTWO Basic
285🟢 Roller Coaster py MINHEIGHT Basic
399🟢 The Cheaper Cab py CABS Basic

🔼 Return to Top 🔼

Steps to Contribute

  1. Fork this GitHub project and clone this to your desktop
  2. Add your file into the language directory.

With ❤️ by AbelR007