Skip to content

MikkyPrestige/leetcode-and-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode & Extras

  • Code for LeetCode problems I have attempted and some extra functions.

Problems Solved FROM LEETCODE CHALLENGES

Easy Category

  1. Second Largest Digit in a String
  2. Ugly Number
  3. Fizz Buzz
  4. Sort Array by Parity
  5. Largest Number After Digit Swaps Parity
  6. Palindrome Number
  7. Check If Two Strings are Equivalent
  8. Two Sum
  9. Roman to Integer
  10. Remove Duplicates from Sorted Array
  11. Valid Palindrome
  12. Remove Element
  13. Valid Parentheses
  14. Best Time to Buy and Sell Stock
  15. Count Odd Numbers in an Interval Range
  16. Average Salary Excluding the Minimum and Maximum Salary
  17. Length of Last Word

Medium Category

  1. Add Two Numbers
  2. Guess Number Higher or Lower II
  3. Sort Colors

Extra code solutions to problems I attempt for fun.

  • My solutions are not the best, but they are my own.

Language Used

  • My solutions are in JavaScript

Skill Gained/Used

  • DSA
  • Critical thinking / Holistic views Note: I am not a professional programmer, I am a student!
    But I am learning to be a professional programmer.

"I am not a great programmer; I am just a good programmer with great habits." - Kent Beck

You can find the problems on LeetCode
My profile on LeetCode & Submissions