CPtemplate
CPtemplate is an extension which is used for making Python snippets and template for competitive programming
Commands
| Command |
Help Text |
| !pytmp |
Creates a basic pre-defined competitve programming template |
| !pygcd |
Creates a snippet for Greatest Common Divisor |
| !pypow |
Creates a snippet for calculating big powers |
| !pysoe |
Creates a snippet for Sieve of Eratosthenes for prime numbers |
| !pyfib |
Creates a snippet for calculating Fibonacci numbers |
| !pybin |
Creates a snippet for Binary Search algorithm |
| !pydfs |
Creates a snippet for Depth First Search algorithm |
| !pydsp |
Creates a snippet for DFS Paths algorithm |
| !pybfs |
Creates a snippet for Breadth First Search algorithm |
| !pybsp |
Creates a snippet for BFS Paths algorithm |
| |