Posts by Tag

Algorithms

Floodfill

less than 1 minute read

Floodfill (Recursive)

Back to top ↑

VIDEO

Back to top ↑

USACO

Back to top ↑

C++

Floodfill

less than 1 minute read

Floodfill (Recursive)

Back to top ↑

Python

Mnemonic Generation (BIP39) Algorithm

2 minute read

Mnemonic Generation (BIP39) Algorithm Mnemonic a tool that helps you remember an idea or phrase with a pattern of letters. This article explains the Mnemonic...

Simple Substitution Cipher

less than 1 minute read

Simple Substitution Cipher Simple Substitution Cipher differs from Caesar Cipher in that the cipher alphabet is not simply shifted, it uses a look up table (...

Rail-fence Cipher

1 minute read

Rail-fence Cipher The rail fence cipher is a very simple cipher. It transposes the plaintext to form the cipher text. It can be combined with other ciphers, ...

Caesar Cipher

less than 1 minute read

Caesar Cipher In cryptography, a Caesar cipher is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in whi...

Back to top ↑

Dynamic Programming

Back to top ↑

Java

Back to top ↑

USACO Gold

Back to top ↑

USACO Silver

Back to top ↑

USACO Platinum

Back to top ↑

USACO Bronze

Back to top ↑

Backtracking

Back to top ↑

Finite Automata

Back to top ↑

Math

Back to top ↑

Game

Back to top ↑

Cryptography

Mnemonic Generation (BIP39) Algorithm

2 minute read

Mnemonic Generation (BIP39) Algorithm Mnemonic a tool that helps you remember an idea or phrase with a pattern of letters. This article explains the Mnemonic...

Simple Substitution Cipher

less than 1 minute read

Simple Substitution Cipher Simple Substitution Cipher differs from Caesar Cipher in that the cipher alphabet is not simply shifted, it uses a look up table (...

Rail-fence Cipher

1 minute read

Rail-fence Cipher The rail fence cipher is a very simple cipher. It transposes the plaintext to form the cipher text. It can be combined with other ciphers, ...

Caesar Cipher

less than 1 minute read

Caesar Cipher In cryptography, a Caesar cipher is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in whi...

Back to top ↑

Graph

Back to top ↑

Knapsack

Back to top ↑

Euler

Back to top ↑

Physics

Back to top ↑

Monotonous Stack

Back to top ↑

Two Pointers

Back to top ↑

DFS

Back to top ↑

BFS

Back to top ↑

Greedy

Back to top ↑

Tree

Back to top ↑

PrefixSum

Back to top ↑

BiPartite

Back to top ↑

Multiple Knapsack

Back to top ↑

Interval DP

Back to top ↑

Sliding Window

Back to top ↑

DP on a Tree

Back to top ↑

DP on digits

Back to top ↑

State Compression DP

Back to top ↑

Segment Tree

Back to top ↑

Bronze

Back to top ↑

Recursion

Back to top ↑

Sorting

Back to top ↑

Coordinate Compression

Back to top ↑

SPFA

Back to top ↑

Combinatorics

Back to top ↑

CSES

Back to top ↑
Back to top ↑