Skip to content

Commit 35b6330

Browse files
committed
put to folder
1 parent c4f1816 commit 35b6330

File tree

159 files changed

+37
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+37
-19
lines changed

README.md

+15-17
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

problem/Pairwithlargestcommonwords.cpp

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Racescore.cpp renamed to problem/Racescore.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The time complexity should be o(nlgn).
1212
/*
1313
1414
solution: sort the racers by start time and get their startranks. sort the racers by end time, and visit each
15-
racer to calculate the score. The score is the number of processed racers (ended earlier)
16-
whose startrank is higher than current racer. Note: we need to use deque.
15+
racer to calculate the score. The score is the number of processed racers
16+
whose startrank is higher than current racer. Note: we need to use deque to store the processed racers.
1717
O(nlogn) time, O(n) space
1818
*/
1919

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

problem/ThiefProblem.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*
2+
3+
4+
*/
5+

problem/Totalshortestpath.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*
2+
3+
4+
*/
5+
File renamed without changes.
File renamed without changes.

problem/Turnofflight.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*
2+
3+
4+
*/
5+
File renamed without changes.
File renamed without changes.

problem/Uniqueshortestprefix.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*
2+
3+
4+
*/
5+
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)