Skip to content

Commit 377bd1d

Browse files
committed
docs: til 추가
1 parent 557a0f9 commit 377bd1d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

meeting-rooms/invidam.go.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ func CanAttendMeetings(intervals []*Interval) bool {
2626

2727
return true
2828
}
29-
```
29+
```
30+
31+
# What I learned
32+
GoLang Sort
33+
- mechanism: [Pattern-defeating Quicksort](https://www.youtube.com/watch?v=jz-PBiWwNjc)
34+
- usage: https://hackthedeveloper.com/how-to-sort-in-go/

0 commit comments

Comments
 (0)