https://github.com/georggrab/knarrekcah
Hackerrank Solutions
https://github.com/georggrab/knarrekcah
hackerrank hackerrank-solutions python
Last synced: about 2 months ago
JSON representation
Hackerrank Solutions
- Host: GitHub
- URL: https://github.com/georggrab/knarrekcah
- Owner: georggrab
- License: apache-2.0
- Created: 2018-05-31T10:48:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T22:04:11.000Z (about 8 years ago)
- Last Synced: 2025-05-19T11:18:57.377Z (about 1 year ago)
- Topics: hackerrank, hackerrank-solutions, python
- Language: Jupyter Notebook
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# knarrekcah
## Hackerrank Solutions
In Jupyter Notebooks, challenge description, example input and output inlined, solved using Python 3.
### Training
#### Ten Days of Statistics
| Challenge | Notebook |
| --- | --- |
| Day 0 | [Basics: Mean, Median, and Mode](ten_days_of_statistics/0_basics.ipynb) |
| Day 1 | [Quartiles, Interquartile Range, and Standard Deviation](ten_days_of_statistics/1_quartiles_iqr_stdd.ipynb) |
| Day 2 | [Probability](ten_days_of_statistics/2_probability.ipynb) |
| Day 3 | [Conditional Probability (Bayes Theorem)](ten_days_of_statistics/3_conditional_probability.ipynb) |
| Day 4 | [Binomial and Geometric Distributions](ten_days_of_statistics/4_binomial.ipynb) |
#### Cracking the Coding Interview
| Challenge | Notebook |
| --- | --- |
| Arrays: Left Rotation | [Arrays: Left Rotation](cracking_the_coding_interview/arrays_left_rotation.ipynb) |
| Making Anagrams | [Making Anagrams](cracking_the_coding_interview/making_anagrams.ipynb) |
| Hash Tables: Ransom | [Hash Tables: Ransom](cracking_the_coding_interview/hash_tables_ransom_note.ipynb) |
| Trees: Is This a Binary Search Tree? | [BST Checking](cracking_the_coding_interview/trees_is_this_a_bst.ipynb) |
### (Challenges)
none so far, just wait!