Skip to content

Commit

Permalink
example commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamal2411 committed Aug 3, 2022
1 parent 204ace9 commit 1b27c99
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions leetcodePractice/Binary Search/378MyCalendar1.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
class MyCalendar {
public:
MyCalendar() {

}

bool book(int start, int end) {

}
};

/**
* Your MyCalendar object will be instantiated and called as such:
* MyCalendar* obj = new MyCalendar();
* bool param_1 = obj->book(start,end);
*/

0 comments on commit 1b27c99

Please sign in to comment.