Skip to content
Aditya Chandra edited this page Sep 14, 2022 · 11 revisions

Welcome to the IECSE Code Summer Bootcamp 2022! This bootcamp we plan to explore various data structures like Linked Lists, Stacks, Queues, Binary Trees, Graphs and other related topics.

We will have two tracks, Level-1 and Level-2. In Level-1, we strongly advise you to not use inbuilt classes for solving questions. Level-1 questions are easy and we expect you to write your own functions to do the required operations.

Level-2 would be general questions that would require the use of the data structures being discussed in some way or the other. Although the questions would be made that way, you are welcome to come up with innovative solutions as well. You are free to use inbuilt classes to solve Level-2 questions.

Level-1 Contest Link: www.hackerrank.com/iecse-fall-22

Level-2 Contest Link: https://www.hackerrank.com/iecse-fall-2022-lvl-2