TheAlgorithms-C-Plus-Plus/DIRECTORY.md
Focus 0fea073413
feat: added physics directory and ground to ground projectile motion algorithm (#2279)
* feat: added physics folder, ground to ground projectile motion calculations

* feat: added max height function

* fix: bug in angle calculations

* test: added test cases

* docs: added comments to test case variables

* docs: added comments to calculations

* fix: changed floats to doubles

* updating DIRECTORY.md

* Update physics/ground_to_ground_projectile_motion.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* chore: add missing namespace

* rerun checks

Co-authored-by: David <Panquesito7@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2022-10-26 03:01:34 +05:30

38 KiB

Backtracking

Bit Manipulation

Ciphers

Cpu Scheduling Algorithms

Data Structures

Divide And Conquer

Dynamic Programming

Geometry

Graph

Graphics

Greedy Algorithms

Hashing

Machine Learning

Math

Numerical Methods

Operations On Datastructures

Others

Physics

Probability

Range Queries

Sorting

Strings