Algorithms
Web Development
Famous Computer Scientists
Data structures
Misc.
100

What algorithm checks each item in a list one by one until it finds the target?

Linear Search

100

What language is used to structure content on webpages

HTML

100

Who is considered to be the first computer scientist?

Ada Lovelace

100

What data structure can store multiple elements?

Arrays/Lists

100

What video game character is considered to be the first sprite in computer gaming?

Pac Man

200

What algorithm repeatedly divides a sorted list in half to find the target?

Binary Search

200

What do you call a person who does both backend and frontend development?

Fullstack developer
200

What is the username of the first person to ever break the 4000 rating barrier on Codeforces?

tourist

200

What data structure follows the LIFO principle?

Stack

200

What is the most used programming language on Github?

Typescript

300

What is the worst-case time complexity of quicksort?

O(n^2)

300

What is the box model?

Margin -> Border -> Padding -> Content

300

Who is known for his famous cellular automaton called the Game of Life and made many contributions in both math and computer science?

John Conway

300

What data structure never stores multiple occurrences of the same element?

Set

300

What month was the first announcement made in the coding club discord?

September

400

What algorithm allows you to compute the primes in O(n log(log(n)))

Sieve of Eratosthenes

400

What are the 3 most commonly used HTTP methods used in web requests?

Get, Post, Put

400

Who is known for his strongly connected components algorithm and co-inventory of Splay Trees (Only need last name)?

Robert Endre Tarjan

400

What is the name of the data structure that plays a key role in Kruskal’s algorithm for finding the Minimum Spanning Tree of a graph?

Disjoint Set, Disjoint Set Union, Union Find, Merge-find Set

400

What type of software license allows anyone to view, modify, and distribute the source code?

open-source

500

What algorithm has 3 letters in its name and is used to search for one string in another string

KMP

500

What is the name of the dynamic data that affects the behaviour of a component in frontend development?

State

500

Which computer scientist is famous for being rich from applying algorithms to stock?

Jim Simons

500

What is the name of the array that is fundamental to the Z-Algorithm?

Z-Array

500

What was the highest ever CCO cutoff for the CCC?

72

M
e
n
u