Skip to content

Random algorithm questions and other technical problems for practice purposes

Notifications You must be signed in to change notification settings

OliverLeighC/practice_problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice Problems

Various algorithm/tech challenges for my own practice. Mostly to prevent me from getting complacent or forgetting some of the fundamentals with the rise of gitHub copilot.

Written in typescript and tested in jest. Nothing too exciting, mostly sourced from sites like inverview cake, hackernoon, codewars etc

Want to run the tests?

  1. clone the repo
  2. run yarn in the root dir
  3. run yarn test to run all test files

Included Problems

  1. Stock Prices Max Profit
  2. Longest Unique Substring
  3. Matrix Clock-wise Rotation
  4. Fizz Buzz
  5. Max Chars
  6. Palindrome
  7. Reverse String

About

Random algorithm questions and other technical problems for practice purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published