Hello there.
INOI 2017 is fast approaching. I would like to know those algorithms which is required for the olympiad. Also, please provide online source for learning those algorithms and STL. Can you also suggest me where I can practice questions for INOI?
I am a C++ programmer btw…
Mentioning the language which you are comfortable to code with will be appreciated…
For algorithms you can refer this — https://discuss.codechef.com/questions/48877/data-structures-and-algorithms
For basic STL refer – https://www.hackerearth.com/practice/notes/standard-template-library/
For practice you have problems on codechef , codeforces , a2oj where you can sort problems by difficulty or topics and solve.
1 Like
What are the fundamental things that I must master?
Well you can try YouTube as a learning source and you can also solve previous years INOI papers. Also CodeChef has problems which are divided based on difficulty. You must try them out…!!
refer to this question. it might help.and
All the Best.
This might help-
I am in class 8 and I gave ZIO this year and I am getting a score 55-60 so I’ll probably qualify. But I want to ask that how to prepare for INOI. I currently know Python, Javascript, HTML and CSS and just started to learn C++ for INOI. I have done...
You need to prepare the list of basic topics from here -
http://www.iarcs.org.in/inoi/online-study-material
This is a good place to prepare from.
Some other places where you can learn from are -
https://www.commonlounge.com/community/e4aac00a033a40ec96657906c6e1b43c
https://www.khanacademy.org/computing/computer-science/algorithms
youtube.com (yup that’s the best place I found)
And rest if you need something, just google it.
Hope that helps,
Happy coding.
The most important things to master are DP and Graph Theory. That’s what most people say although I’m not sure.
You should also do all the past year question papers and learn the basics of the language you are using.
That’s what I am doing.