forked from YovM/Algorithms
* Added Altitude Pressure equation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Removed trailing whitespaces * Removed pylint * Fix lru_cache_pythonic.py * Fixed spellings * Fix again lru_cache_pythonic.py * Update .vscode/settings.json Co-authored-by: Christian Clauss <cclauss@me.com> * Third fix lru_cache_pythonic.py * Update .vscode/settings.json Co-authored-by: Christian Clauss <cclauss@me.com> * 4th fix lru_cache_pythonic.py * Update physics/altitude_pressure.py Co-authored-by: Christian Clauss <cclauss@me.com> * lru_cache_pythonic.py: def get(self, key: Any, /) -> Any | None: * Delete lru_cache_pythonic.py * Added positive and negative pressure test cases * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| activity_selection.py | ||
| alternative_list_arrange.py | ||
| davisb_putnamb_logemannb_loveland.py | ||
| dijkstra_bankers_algorithm.py | ||
| doomsday.py | ||
| fischer_yates_shuffle.py | ||
| gauss_easter.py | ||
| graham_scan.py | ||
| greedy.py | ||
| guess_the_number_search.py | ||
| h_index.py | ||
| least_recently_used.py | ||
| lfu_cache.py | ||
| linear_congruential_generator.py | ||
| lru_cache.py | ||
| magicdiamondpattern.py | ||
| maximum_subsequence.py | ||
| nested_brackets.py | ||
| number_container_system.py | ||
| password.py | ||
| quine.py | ||
| scoring_algorithm.py | ||
| sdes.py | ||
| tower_of_hanoi.py | ||