Skip to content

My solutions for various coding problems done in either javascript or python.

Notifications You must be signed in to change notification settings

jenniferhm/practice_problems

Repository files navigation

Practice Problems

These are some coding problems I have solved from various sources such as LeetCode, HackerRank, coding challenges. Within each folder there is a primary .js or .py file that will mention the source of the problem.


Javascript:

Technology Used:

  • Jest - JavaScript testing framework

Getting Started:

To run tests, first choose which problem (folder) you would like to access.

Make a clone.

Install dependencies from package.json.

$ npm i

Run the test with

$ jest

or

$ npm test

Python:

Getting Started:

To run doctests, first choose which problem (folder) you would like to access.

Make a clone.

Run the following command:

$ python3 -m doctest [filename].py

About

My solutions for various coding problems done in either javascript or python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published