What’s New

DSA

Binary Search Algorithm with Examples

Binary Search algorithm explained with examples and code in Python. Along with analysis on its time and space complexities.

Dec 13, 2022 5 min read
Google Kickstart

Editorial

Google Kickstart Round G 2022: Curling

Google Kickstart Round G 2022 Solution to Curling problem explained in detail in Python with Time and Space Complexities.

Nov 17, 2022 6 min read
Google Kickstart

Editorial

Google Kickstart Round G 2022: Walktober

Google Kickstart Round G 2022 Solution to Walktober problem explained in detail in Python with Time and Space Complexities.

Oct 29, 2022 3 min read

DSA

Singly Linked List: Introduction and Operations

Introduction to Singly Linked List along with all its Operations explained with Time and Space complexities.

Aug 07, 2022 4 min read

DSA

Introduction to Linked Lists

Introduction to Linked lists using practical real-life example along with its implementation in Python.

Aug 02, 2022 3 min read
Google Kickstart

Editorial

Google Kickstart Round A 2021: K-Goodness String

Google Kickstart Round A 2021 Solution to K-Goodness String problem explained in detail in Python with Time and Space Complexities.

Dec 17, 2021 3 min read
L shaped Plot Achitecture

Editorial

Google Kickstart Round A 2021: L-shaped Plots

Google Kickstart Round A 2021 Solution to L-shaped Plots problem explained in detail in Python with Time and Space Complexities.

Dec 15, 2021 5 min read

Editorial

Google Kickstart Round A 2021: Rabbit House

Google Kickstart Round A 2021 Solution to Rabbit House problem explained in detail in Python with Time and Space Complexities.

Dec 11, 2021 3 min read
blocks representing checksum

Editorial

Google Kickstart Round A 2021: Checksum

Google Kickstart Round A 2021 Solution to Checksum problem explained in detail in Python with Time and Space Complexities.

Dec 03, 2021 10 min read
Expected Value Probability

Maths

Expected Value and Linearity of Expectation

Get to know the basics of Expected Value and Linearity of Expectation with some interesting examples.

Oct 17, 2020 6 min read
Google Kickstart Round F 2020 Yeetzhee

Editorial

Google Kickstart Round F 2020 Solutions: Part 3 (Yeetzhee)

Google Kickstart Round F 2020 Solution to Yeetzhee explained in detail in Python with Time and Space Complexities.

Oct 14, 2020 10 min read
Minimax

Editorial

Google Kickstart Round F 2020 Solutions: Part 2 (Painter’s Duel)

Google Kickstart Round F 2020 Solution to Painter's Duel explained in detail in Python with Time and Space Complexities.

Oct 14, 2020 7 min read
Google Kickstart

Editorial

Google Kickstart Round F 2020 Solutions: Part 1 (ATM Queue & Metal Harvest)

Google Kickstart Round F 2020 Solutions to ATM Queue & Metal Harvest explained in detail in Python with Time and Space Complexities.

Oct 12, 2020 5 min read
white lantern

Editorial

Ultimate guide to start learning Data Structures & Algorithms for beginners

Know all the tips and tricks (from experience), things to avoid as well as methods to employ when you are just getting started with Data Structures and Algorithms.

Aug 15, 2020 6 min read

Python

Get started with Python For Beginners: Part 1

Learn the basics of programming in Python in no time.

Jul 29, 2020 2 min read