Skip to content

Added some more resources #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,12 @@ <h4>
<td>CLion, produced by JetBrains - the same company who made Intellij IDEA, is a powerful IDE for C++. Free educational licenses are available OR you can try out their <a href="https://confluence.jetbrains.com/display/CLION/Early+Access+Program">EAP (Early Access Program)</a> which is still free as of Aug, 2016. You may want to turn off its code inspection feature as it will cause quite a bit of lag.</td>
</tr>
<tr>
<td>★★☆</td>
<td><a href="https://www.jetbrains.com/idea/#chooseYourEdition">OnlineGDB</a></td>
<td>Web Based IDE</td>
<td>OnlineGDB is a full packed Web IDE which is used for almost all the languages like C++,JAVA,Python,Pascal.Be sure to check out <a href="https://www.onlinegdb.com/">OnlineGDB</a>, a very helpful multi-language web based IDE</td>
</tr>
<tr>
<td>★☆☆</td>
<td>Other IDEs</td>
<td>Mixed</td>
Expand Down Expand Up @@ -844,6 +850,12 @@ <h4>
<tr>
<td>★★☆</td>
<td>
<a href="https://courses.csail.mit.edu/6.042/spring17/mcs.pdf">Mathematics for computer Science</a>, by Albert R. Meyer, Eric Lehman, and Frank Thomson Leighton</td>
<td>The book offers all the topics that are required in Computer Science .</td>
</tr>
<tr>
<td>★★☆</td>
<td>
<a href="https://www.amazon.com/Concrete-Mathematics-Foundation-Computer-Science/dp/0201558025">Concrete Mathematics: A Foundation for Computer Science</a>, by Ronald L. Graham, Donald E. Knuth, Oren Patashnik</td>
<td>The book offers a deeper insight into Discrete Mathematics with more emphases on number-related topics.</td>
</tr>
Expand Down