Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 683 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 683 Bytes

Algorithms

Practice of Algorithms

##POJ http://poj.org/userstatus?user_id=anthonyxoxo

1000. "Hello POJ."
1003. Hangover -- Kid's stuff.
1004. Financial Management -- Kid's stuff.
1005. I Think I Need a Houseboat -- Kid's stuff.
1035. Spell Checker -- Play with the string.
1068. Parencodings -- Just simulate.
1125. Stochbroker Grapevine -- Floyd.
1154. LETTERS -- Depth-First Search.
1328. Radar Installation -- Greedy, take care of the input data.
2485. Highways -- Prime.
2524. Ubiquitous Religions -- Quick-Union, weighted would be better.
2823. Sliding Window -- Monotone queue, huge input.
3278. Catch That Cow -- Breadth-First Search.