Skip to content

Algorithmic Techniques

Several methods are used to solve problems in competitive programming. Sometime we may have to use one or more technique in combination with each other.

Here are some common method which are used:

Broad Category of Methods

Special Techniques

Using Special Data Structure

  • [Disjoint Set]
  • [Trie]

Tricks rather than algorithms

Unique Articles