Skip to content

Latest commit

 

History

History
321 lines (288 loc) · 16.9 KB

Algorithm, Data Structure Programming Technique List with LINKS.md

File metadata and controls

321 lines (288 loc) · 16.9 KB

Mathematics:

http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=math_for_topcoders

Data Structure:

http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=dataStructures

Sorting:

http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=sorting http://bongobani.blogspot.com/2010/06/blog-post_1625.html

Searching:

Dynamic Programming:

Greedy algorithm:

http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=greedyAlg

Number Theory:

Computation Geometry:

- http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=geometry1
- http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=geometry2
- http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=geometry3
- http://www.personal.kent.edu/~rmuhamma/Compgeometry/compgeom.html

###Game Theory: - http://potasiyam.com/farsan/

String:

* http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=stringSearching
* http://doinik-iut.com/archives/23106 

###Others: