forked from vicky002/AlgoWiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (114 loc) · 5.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>AlgoWiki - Best Sources at one Place! by vicky002</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/vicky002/AlgoWiki">View On GitHub</a></li>
<li class="downloads"><a href="https://github.com/vicky002/AlgoWiki/zipball/master">ZIP</a></li>
<li class="downloads"><a href="https://github.com/vicky002/AlgoWiki/tarball/master">TAR</a></li>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>AlgoWiki - Best Sources at one Place!</h1>
<p>Repository which contains all the links and resources on different topics of Computer Science</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/vicky002">vicky002</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</div>
<h1>
<a id="algowiki" class="anchor" href="#algowiki" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>AlgoWiki</h1>
<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>
<h1>
<a id="navigation" class="anchor" href="#navigation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Navigation</h1>
<p><strong>Some of the links below contain only Pdfs books we will add websites and video resources soon!</strong></p>
<ul>
<li><a href="https://github.com/vicky002/AlgoWiki/blob/35ba2bc1ff92673eea81dc6eda8bb476719f00b5/Competitive-Programming/Competitive-Programming.md">All about Competitve-Programming</a></li>
<li><a href="https://github.com/vicky002/AlgoWiki/blob/gh-pages/Algorithms/Sources.md">Algoriths and Their Implement from different sources</a></li>
<li><a href="https://github.com/vicky002/AlgoWiki/blob/gh-pages/Free-Books/Algorithms-Data_Structures.md">Free Algorithm Books</a></li>
<li><a href="https://github.com/vicky002/AlgoWiki/blob/gh-pages/Free-Books/Data%20Science.md">Free Data Science Book pdfs</a></li>
<li><a href="https://github.com/vicky002/AlgoWiki/blob/gh-pages/Machine-Learning/Sources.md">Machine Learning</a></li>
<li><a href="https://github.com/vicky002/AlgoWiki/blob/gh-pages/C/sources.md">C~pdf books and websites</a></li>
<li><a href="https://github.com/vicky002/AlgoWiki/blob/gh-pages/C_plus_plus/resources.md">C++</a></li>
<li><a href="https://github.com/vicky002/AlgoWiki/blob/gh-pages/HTML_CSS/html_resources.md">HTML</a></li>
<li><a href="https://github.com/vicky002/AlgoWiki/blob/gh-pages/Interviews/resources.md">Interview Preparation</a></li>
<li><a href="https://github.com/vicky002/AlgoWiki/blob/gh-pages/JAVASCRIPT/resources.md">JavaScript</a></li>
<li><a href="https://github.com/airbnb/javascript/blob/master/README.md">JavaScript Guide</a></li>
</ul>
<h1>
<a id="how-to-contribute" class="anchor" href="#how-to-contribute" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>How to Contribute</h1>
<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>
<h1>
<a id="read-our-contribution-page" class="anchor" href="#read-our-contribution-page" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Read Our Contribution Page</h1>
<ul>
<li><a href="https://github.com/vicky002/Wiki_Knowledge/wiki/Contribution">Contributing to this repository</a></li>
<li>You can Add links of different sources on different topics</li>
<li>You can also create topics and add diffrent resources to it.</li>
<li>Make sure that links that you provide should be related to the topic!</li>
</ul>
<h1>
<a id="topics" class="anchor" href="#topics" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Topics</h1>
<ul>
<li>Algorithms</li>
<li>Operating System</li>
<li>Competitive Programming</li>
<li>Web Languages
<ul>
<li> Html</li>
<li> Javascipt</li>
<li> JQuery</li>
<li> php, etc!</li>
</ul>
</li>
<li>Programming Language
<ul>
<li>C</li>
<li>C++</li>
<li>Java</li>
</ul>
</li>
<li>Machine Learning</li>
<li>Artificial Intelligence</li>
<li>Discrete Mathematics
<ul>
<li>Number Theory</li>
<li>Graph Theory</li>
<li>Combinatorics</li>
<li>Game Theory etc!</li>
</ul>
</li>
</ul>
<p>There are many topics, you can contribute to it, create topics add resources to it!</p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-45497633-6");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>