mirror of
https://github.com/Hizenberg469/Algorithms-snippets.git
synced 2026-04-19 22:52:23 +03:00
Leetcode Template
This commit is contained in:
@@ -7,7 +7,7 @@ class Solution{
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
//Solution function template...
|
//Solution function template...
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
int main( int argc, char* argv[] ){
|
int main( int argc, char* argv[] ){
|
||||||
@@ -15,5 +15,11 @@ int main( int argc, char* argv[] ){
|
|||||||
Solution sol;
|
Solution sol;
|
||||||
|
|
||||||
//solution function call...
|
//solution function call...
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//Extract result and print the solution..
|
||||||
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user