Welcome to
CodeChef GBPEC Chapter
Know More

Coding Sprint

Announcing five days long learning sprint where you will learn and practice some data structures. After this a contest to test your skills.

Day-1 - Stack

Stack is a linear data structure which follows a particular order in which the operations are performed. The order may be ...

Learn More
Day-2 - Queue

A Queue is a linear structure which follows a particular order in which the operations are performed. The order is ...

Learn More
Day-3 - Priority Queue

Priority Queue is an extension of queue with following properties. Every item has a priority associated with it. An element ...

Learn More
Day-4 - Dequeue

Since Deque supports both stack and queue operations, it can be used as both. The Deque data structure supports clockwise and ...

Learn More
Day-5 - Hashmaps

In computing, a hash table (hash map) is a data structure that implements an associative array abstract data type, a structure ...

Learn More
Contest

A closed contest for students to test their skills learned from the coding sprint from Day 1 to Day 5 and improve their knowledge.

Participate