mirror of
https://bitbucket.org/Mattrixwv/projecteulercpp.git
synced 2025-12-07 01:23:57 -05:00
Updated various typoes and removed some unneeded code
This commit is contained in:
@@ -42,7 +42,7 @@ private:
|
||||
//Functions
|
||||
//This function acts as a handler for moving the position on the grid and counting the distance
|
||||
//It moves right first, then down
|
||||
void move(int currentX, int currentY, uint64_t& numOfRoutes);
|
||||
void move(int currentX, int currentY);
|
||||
public:
|
||||
//Constructor
|
||||
Problem15();
|
||||
|
||||
Reference in New Issue
Block a user