Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.96 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.96 KB

Exercises

Intro

This is a repository (repo) which teaches the basics.

By The Book

You can officially go through the folders in the order below or you can jump around and learn what you like.

  1. Git
  2. The Zen of Computing
  3. Algorithms
  4. Things to do

Some useful links

To someone unbaptized in the world of computing, it can be quiet confusing. Here is a list of things you can use to make sense of things.

New terms which are thrown around a lot:

Programming:

Operating Systems:(we prefer a unix based OS any day)

Languages

We like all languages. If you can do something better in a language of your choice, do it. If you want to learn a new one Python is preffered.

In case performance matters C or C++ is encouraged.

Competition

  • What cannot be measured does not exist.
  • Some places to compete are Codechef, HackerRank etc.
  • Or you could compete offline and win cash at local competitions.