8000 GitHub - tanyabouman/py-hackerrank: practice questions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tanyabouman/py-hackerrank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python HackerRank Questions

Install Dependencies

pip install requirements.txt

After updating dependencies, update the requirements file:

pip freeze > requirements.txt

TODO: consider using pipenv to manage dependencies.

Run Examples

Run an example question with:

python maximum-subarray-sum.py

Load it into an interactive shell with:

python -i maximum-subarray-sum.py

Documentation Reference

https://docs.python.org/3/index.html

Deprecation Warning

I get a deprecation warning because direnv is not a recent enough version. It needs 2.34 or higher. direnv/direnv#1177 It's ok for now, though.

Packaging stats to check when it becomes available. https://direnv.net/docs/installation.html

About

practice questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0