1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
< html >
3
3
< head >
4
- < meta charset =' utf-8 ' >
4
+ < meta charset =" utf-8 " >
5
5
< meta http-equiv ="X-UA-Compatible " content ="chrome=1 ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
7
- < link href ='https://fonts.googleapis.com/css?family=Architects+Daughter ' rel ='stylesheet ' type ='text/css '>
8
- < link rel ="stylesheet " type ="text/css " href ="stylesheets/stylesheet.css " media ="screen ">
9
- < link rel ="stylesheet " type ="text/css " href ="stylesheets/pygment_trac.css " media ="screen ">
10
- < link rel ="stylesheet " type ="text/css " href ="stylesheets/print.css " media ="print ">
6
+ < title > AlgoWiki - Best Sources at one Place! by vicky002</ title >
11
7
8
+ < link rel ="stylesheet " href ="stylesheets/styles.css ">
9
+ < link rel ="stylesheet " href ="stylesheets/pygment_trac.css ">
10
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
12
11
<!--[if lt IE 9]>
13
12
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
14
13
<![endif]-->
15
-
16
- < title > AlgoWiki - Best Sources at one Place! by vicky002</ title >
17
14
</ head >
18
-
19
15
< body >
20
- < header >
21
- < div class =" inner " >
16
+ < div class =" wrapper " >
17
+ < header >
22
18
< h1 > AlgoWiki - Best Sources at one Place!</ h1 >
23
- < h2 > Repository which contains all the links and resources on different topics of Computer Science</ h2 >
24
- < a href ="https://github.com/vicky002/AlgoWiki " class ="button "> < small > View project on</ small > GitHub</ a >
25
- </ div >
26
- </ header >
27
-
28
- < div id ="content-wrapper ">
29
- < div class ="inner clearfix ">
30
- < section id ="main-content ">
31
- < h1 >
32
- < a id ="algowiki " class ="anchor " href ="#algowiki " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > AlgoWiki</ h1 >
19
+ < p > Repository which contains all the links and resources on different topics of Computer Science</ p >
33
20
34
- < p > On Internet, There is a lot of knowledge on different topics scarred over different sources. Most of the knowledge is either online on the web or with the people as human knowledge. I want to create this repository as a platform to bind this scarred piece of knowledge at one place! </ p >
21
+ < p class =" view " > < a href =" https://github.com/vicky002/AlgoWiki " > View the Project on GitHub < small > vicky002/AlgoWiki </ small > </ a > </ p >
35
22
36
- < h1 >
37
- < a id ="navigation " class ="anchor " href ="#navigation " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Navigation</ h1 >
38
23
39
- < p > < strong > Some of the links below contain only Pdfs books we will add websites and video resources soon!</ strong > </ p >
24
+ < ul >
25
+ < li > < a href ="https://github.com/vicky002/AlgoWiki/zipball/master "> Download < strong > ZIP File</ strong > </ a > </ li >
26
+ < li > < a href ="https://github.com/vicky002/AlgoWiki/tarball/master "> Download < strong > TAR Ball</ strong > </ a > </ li >
27
+ < li > < a href ="https://github.com/vicky002/AlgoWiki "> View On < strong > GitHub</ strong > </ a > </ li >
28
+ </ ul >
29
+ </ header >
30
+ < section >
31
+ < h3 >
32
+ < a id ="index " class ="anchor " href ="#index " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Index</ h3 >
40
33
41
34
< ul >
42
- < li > < a href ="https://github.com/vicky002/AlgoWiki/blob/35ba2bc1ff92673eea81dc6eda8bb476719f00b5/Competitive-Programming/Competitive-Programming.md "> All about Competitve-Programming</ a > </ li >
43
- < li > < a href ="https://github.com/vicky002/AlgoWiki/blob/gh-pages/Algorithms/Sources.md "> Algoriths and Their Implement from different sources</ a > </ li >
44
- < li > < a href ="https://github.com/vicky002/AlgoWiki/blob/gh-pages/Free-Books/Algorithms-Data_Structures.md "> Free Algorithm Books</ a > </ li >
45
- < li > < a href ="https://github.com/vicky002/AlgoWiki/blob/gh-pages/Free-Books/Data%20Science.md "> Free Data Science Book pdfs</ a > </ li >
46
- < li > < a href ="https://github.com/vicky002/AlgoWiki/blob/gh-pages/Machine-Learning/Sources.md "> Machine Learning</ a > </ li >
47
- < li > < a href ="https://github.com/vicky002/AlgoWiki/blob/gh-pages/C/sources.md "> C~pdf books and websites</ a > </ li >
48
- < li > < a href ="https://github.com/vicky002/AlgoWiki/blob/gh-pages/C_plus_plus/resources.md "> C++</ a > </ li >
49
- < li > < a href ="https://github.com/vicky002/AlgoWiki/blob/gh-pages/HTML_CSS/html_resources.md "> HTML</ a > </ li >
50
- < li > < a href ="https://github.com/vicky002/AlgoWiki/blob/gh-pages/JAVASCRIPT/resources.md "> JavaScript</ a > </ li >
35
+ < li > < a href ="#syllabus "> Syllabus</ a > </ li >
36
+ < li > < a href ="#motivation "> Motivational</ a > </ li >
37
+ < li > < a href ="#competitive-programming "> Competitive Programming</ a > </ li >
38
+ < li > < a href ="#problem-sets "> Problem Sets</ a > </ li >
39
+ < li > < a href ="#articles "> Article & Blogs</ a > </ li >
40
+ < li > < a href ="#code-repository "> Code Repositories</ a > </ li >
41
+ < li > < a href ="#cdoing-calendar "> Coding Calendar</ a > </ li >
42
+ < li > < a href ="#toolkit "> Toolkit</ a > </ li >
51
43
</ ul >
52
44
53
- < h1 >
54
- < a id ="how-to-contribute " class ="anchor " href ="#how-to-contribute " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > How to Contribute</ h1 >
55
-
56
- < p > We are collecting Websites and resources! Send files,pdfs,printed articles or your bookmark folder @
< a href ="
mailto:[email protected] "
> [email protected] </ a > </ p >
57
-
58
- < h1 >
59
- < a id ="read-our-contribution-page " class ="anchor " href ="#read-our-contribution-page " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Read Our Contribution Page</ h1 >
45
+ < h3 >
46
+ < a id ="syllabus " class ="anchor " href ="#syllabus " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Syllabus</ h3 >
60
47
61
48
< ul >
62
- < li > < a href ="https://github.com/vicky002/Wiki_Knowledge/wiki/Contribution "> Contributing to this repository</ a > </ li >
63
- < li > You can Add links of different sources on different topics</ li >
64
- < li > You can also create topics and add diffrent resources to it.</ li >
65
- < li > Make sure that links that you provide should be related to the topic!</ li >
49
+ < li > < a href ="http://www.ioinformatics.org/a_d_m/isc/iscdocuments/ioi-syllabus.pdf "> IOI Syallbus</ a > </ li >
50
+ < li > < a href ="https://docs.google.com/document/d/1_dc3Ifg7Gg1LxhiqMMmE9UbTsXpdRiYh4pKILYG2eA4/edit "> ACM-ICPC Syllabus</ a > </ li >
66
51
</ ul >
67
52
68
- < h1 >
69
- < a id ="topics " class ="anchor " href ="#topics " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Topics </ h1 >
53
+ < h3 >
54
+ < a id ="motivational " class ="anchor " href ="#motivational " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Motivational </ h3 >
70
55
71
56
< ul >
72
- < li > Algorithms</ li >
73
- < li > Operating System</ li >
74
- < li > Competitive Programming</ li >
75
- < li > Web Languages
57
+ < li >
58
+ < a href ="http://www.wired.com/2010/11/mf_algorithmolympics/all/ "> Teen mathletes do battle at algorithm olympics</ a > -Gennady Korotkevich(tourist)</ li >
59
+ < li >
60
+ < a href ="http://community.topcoder.com/tc?module=Static&d1=features&d2=070805 "> Target in six steps</ a > – Petr Mitrichev</ li >
61
+ < li > Nikhil Garg’s blog posts
76
62
77
63
< ul >
78
- < li > Html</ li >
79
- < li > Javascipt</ li >
80
- < li > JQuery</ li >
81
- < li > php, etc!</ li >
64
+ < li > < a href ="http://blog.nikhilgarg.me/2010/12/and-we-did-it.html "> 2010 ICPC Regionals Victory</ a > </ li >
65
+ < li > < a href ="http://blog.nikhilgarg.me/2011/12/we-came-we-saw-we-conquered.html "> 2011 ICPC Regionals Victory</ a > </ li >
66
+ < li > < a href ="http://blog.nikhilgarg.me/2011/02/how-to-be-good-programmer.html "> How to be a good programmer</ a > </ li >
82
67
</ ul >
83
68
</ li >
84
- < li > Programming Language
69
+ < li > < a href ="http://kungfuant.blogspot.in/2012/05/know-indian-coder-rudradev-basak.html "> Interview with Rudradev Basak</ a > </ li >
70
+ </ ul >
71
+
72
+ < h3 >
73
+ < a id ="competitive-programming " class ="anchor " href ="#competitive-programming " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Competitive Programming</ h3 >
85
74
86
75
< ul >
87
- < li > C</ li >
88
- < li > C++</ li >
89
- < li > Java</ li >
76
+ < li > < a href ="http://www.4clojure.com/ "> 4Clojure</ a > </ li >
77
+ < li > < a href ="http://www.codeabbey.com/ "> Codeabbey</ a > </ li >
78
+ < li > < a href ="http://www.codechef.com/contests "> Codechef</ a > </ li >
79
+ < li > < a href ="https://www.codeeval.com/ "> Codeeval</ a > </ li >
80
+ < li > < a href ="http://codeforces.com/ "> Codeforces</ a > </ li >
81
+ < li > < a href ="http://coderbyte.com/ "> Coderbyte</ a > </ li >
82
+ < li > < a href ="https://www.codewars.com/ "> Codewars</ a > </ li >
83
+ < li > < a href ="http://www.codingame.com/start "> Codingame</ a > </ li >
84
+ < li > < a href ="https://www.facebook.com/hackercup "> Facebook Hackercup</ a > </ li >
85
+ < li > < a href ="https://www.hackerrank.com/ "> Hackerrank</ a > </ li >
86
+ < li > < a href ="https://helloworldopen.com/ "> Hello World Open</ a > </ li >
87
+ < li > < a href ="http://ipsc.ksp.sk/ "> Internet Problem Solving Contest</ a > </ li >
88
+ < li > < a href ="http://jagc.org/ "> Just another Golf Coding</ a > </ li >
89
+ < li > < a href ="https://microcorruption.com/ "> Microcorruption</ a > </ li >
90
+ < li > < a href ="https://www.topcoder.com/ "> Topcoder</ a > </ li >
90
91
</ ul >
91
- </ li >
92
- < li > Machine Learning</ li >
93
- < li > Artificial Intelligence</ li >
94
- < li > Discrete Mathematics
92
+
93
+ < h3 >
94
+ < a id ="problem-sets " class ="anchor " href ="#problem-sets " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Problem Sets</ h3 >
95
95
96
96
< ul >
97
- < li > Number Theory</ li >
98
- < li > Graph Theory</ li >
99
- < li > Combinatorics</ li >
100
- < li > Game Theory etc!</ li >
97
+ < li > < a href ="http://golf.shinh.org/ "> Anarchy Golf</ a > </ li >
98
+ < li > < a href ="http://www.lightoj.com/index.php "> LightOJ</ a > </ li >
99
+ < li > < a href ="http://coj.uci.cu/24h/problems.xhtm "> Caribbean Online Judge</ a > </ li >
100
+ < li > < a href ="http://www.checkio.org/ "> CheckIO</ a > </ li >
101
+ < li > < a href ="https://www.codehunt.com/ "> CodeHunt</ a > </ li >
102
+ < li > < a href ="http://codingbat.com/java "> Coding Bat</ a > </ li >
103
+ < li > < a href ="https://code.google.com/codejam/contests.html "> Google Code Jam - Practise</ a > </ li >
104
+ < li > < a href ="http://www.hacker.org/ "> Hacker.org</ a > </ li >
105
+ < li > < a href ="http://www.fen.bilkent.edu.tr/%7Ecvmath/prob-month.html "> Mathproblem of the Month - Bilkent University</ a > </ li >
106
+ < li > < a href ="http://poj.org/ "> PKU Online Judge</ a > </ li >
107
+ < li > < a href ="http://domino.research.ibm.com/Comm/wwwr_ponder.nsf/pages/index.html "> Ponder This!</ a > </ li >
108
+ < li > < a href ="https://projecteuler.net/ "> Project Euler</ a > </ li >
109
+ < li > < a href ="http://pythonpracticeprojects.com/ "> Python Practice Projects</ a > </ li >
110
+ < li > < a href ="http://www.spoj.com/ "> Sphere Online Judge</ a > </ li >
111
+ < li > < a href ="http://www.talentbuddy.co/ "> TalentBuddy</ a > </ li >
112
+ < li > < a href ="http://acm.timus.ru/ "> Timus Online Judge</ a > </ li >
113
+ < li > < a href ="http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8 "> UVa Online Judge</ a > </ li >
101
114
</ ul >
102
- </ li >
115
+
116
+ < h3 >
117
+ < a id ="articles " class ="anchor " href ="#articles " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Articles</ h3 >
118
+
119
+ < ul >
120
+ < li > < a href ="http://petr-mitrichev.blogspot.in/2013/11/this-week-in-competitive-programming.html "> Petr Mitrichev's Blog</ a > </ li >
121
+ < li > < a href ="http://se7so.blogspot.in/2012/12/segment-trees-and-lazy-propagation.html?m=1 "> Segment Trees</ a > </ li >
122
+ < li > < a href ="http://discuss.codechef.com/questions/48877/data-structures-and-algorithms "> Data structure and Algorithm</ a > </ li >
123
+ < li > < a href ="http://turjachaudhuri.wordpress.com "> Algorithms For Interviews And Competitive Programming</ a > </ li >
124
+ < li > < a href ="http://sportprogramming.blogspot.in/2014/07/getting-started-with-sport-of.html "> Getting Started with Competitve Programming</ a > </ li >
125
+ < li > < a href ="http://www.topcoder.com/tc?d1=tutorials&d2=alg_index&module=Static "> TopCoder Algorithms Tutorial</ a > </ li >
126
+ < li >
127
+ < a href ="http://e-maxx.ru/algo "> eMAXX</ a > [Translate this website using Chrome]</ li >
128
+ < li > < a href ="http://www.acmsolver.org/ "> ACM Solve</ a > </ li >
129
+ < li > < a href ="http://www.vexorian.com/ "> vexorian's blog </ a > </ li >
130
+ < li > < a href ="http://fusharblog.com/ "> Fushar’s Blog</ a > </ li >
131
+ < li > < a href ="http://apps.topcoder.com/wiki/display/tc/Algorithm+Problem+Set+Analysis "> Topcoder Match Editorial Archive</ a > </ li >
132
+ < li > < a href ="http://www.codechef.com/wiki/editorials-codechef-contest-problems "> Codechef Editorials</ a > </ li >
133
+ < li > < a href ="https://wuliangx.wordpress.com/category/competitive-programming/ "> WL's Blog</ a > </ li >
103
134
</ ul >
104
135
105
- < p > There are many topics, you can contribute to it, create topics add resources to it! </ p >
106
- </ section >
136
+ < h3 >
137
+ < a id =" code-repository " class =" anchor " href =" #code-repository " aria-hidden =" true " > < span class =" octicon octicon-link " > </ span > </ a > Code Repository </ h3 >
107
138
108
- < aside id ="sidebar ">
109
- < a href ="https://github.com/vicky002/AlgoWiki/zipball/master " class ="button ">
110
- < small > Download</ small >
111
- .zip file
112
- </ a >
113
- < a href ="https://github.com/vicky002/AlgoWiki/tarball/master " class ="button ">
114
- < small > Download</ small >
115
- .tar.gz file
116
- </ a >
139
+ < ul >
140
+ < li > < a href ="http://zobayer2009.wordpress.com/code/ "> Zobayer’s Code Repository</ a > </ li >
141
+ < li > < a href ="http://shygypsy.com/tools/ "> Igor’s Code Repository</ a > </ li >
142
+ </ ul >
117
143
118
- < p class ="repo-owner "> < a href ="https://github.com/vicky002/AlgoWiki "> </ a > is maintained by < a href ="https://github.com/vicky002 "> vicky002</ a > .</ p >
144
+ < h3 >
145
+ < a id ="coding-calendar " class ="anchor " href ="#coding-calendar " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Coding Calendar</ h3 >
119
146
120
- < p > This page was generated by < a href ="https://pages.github.com "> GitHub Pages</ a > using the Architect theme by < a href ="https://twitter.com/jasonlong "> Jason Long</ a > .</ p >
121
- </ aside >
122
- </ div >
123
- </ div >
147
+ < ul >
148
+ < li > < a href ="https://www.hackerrank.com/calendar "> Hackerrank Calendar</ a > </ li >
149
+ </ ul >
150
+
151
+ < h3 >
152
+ < a id ="toolkit " class ="anchor " href ="#toolkit " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Toolkit</ h3 >
124
153
125
- < script type ="text/javascript ">
154
+ < ul >
155
+ < li > < a href ="http://spojtoolkit.com/ "> SPOJ Toolkit</ a > </ li >
156
+ < li > < a href ="http://uvatoolkit.com/problemssolve.php "> UVA Toolkit</ a > </ li >
157
+ </ ul >
158
+ </ section >
159
+ < footer >
160
+ < p > This project is maintained by < a href ="https://github.com/vicky002 "> vicky002</ a > </ p >
161
+ < p > < small > Hosted on GitHub Pages — Theme by < a href ="https://github.com/orderedlist "> orderedlist</ a > </ small > </ p >
162
+ </ footer >
163
+ </ div >
164
+ < script src ="javascripts/scale.fix.js "> </ script >
165
+ < script type ="text/javascript ">
126
166
var gaJsHost = ( ( "https:" == document . location . protocol ) ? "https://ssl." : "http://www." ) ;
127
167
document . write ( unescape ( "%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E" ) ) ;
128
168
</ script >
134
174
</ script >
135
175
136
176
</ body >
137
- </ html >
177
+ </ html >
0 commit comments