The Boyer–Moore majority vote algorithm
Linked List Cycle 의 cycle 시작점 return 하기
Problem: https://leetcode.com/problems/single-number/하나만 다른 걸 알아내는 법이 뭐지? -> 같은 걸 없애버리는 법이 뭐지?비트 연산 XOR 을 이용한다!1^1=01^0=10^1=10^0=0같은 것을 XOR 하면 0
Traveling Gas Station
problem: https://leetcode.com/problems/longest-substring-without-repeating-characters/2) Space