Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usk2003/my-competitive-coding-templates

This repository contains my personal competitive programming templates in C, C++, C#, Java, and Python. It includes common functions and utilities for quick problem-solving, covering I/O handling, modular arithmetic, and other typical tasks, designed primarily for my use but open for others.
https://github.com/usk2003/my-competitive-coding-templates

c coding competitive-programming cpp cs java python template

Last synced: 24 days ago
JSON representation

This repository contains my personal competitive programming templates in C, C++, C#, Java, and Python. It includes common functions and utilities for quick problem-solving, covering I/O handling, modular arithmetic, and other typical tasks, designed primarily for my use but open for others.

Awesome Lists containing this project

README

        

# My Competitive Coding Templates

This repository contains templates that I use for my personal competitive programming practice. It includes templates for five popular programming languages: **C**, **C++**, **C#**, **Java**, and **Python**. These templates help me quickly get started with solving problems by providing basic utilities, such as I/O handling, modular arithmetic, and other common functions.

## Introduction

This repository is designed to store the coding templates I use for competitive programming. It serves as a personal reference for quickly setting up coding environments across various languages. Each template includes the commonly used functions that help with handling input/output, modular arithmetic, prime checking, factorial calculations, and other typical tasks that come up in competitive programming.

Although this repository is primarily for my use, feel free to explore and utilize the templates if they are useful for your competitive programming practice.

## Languages Available

This repository includes templates for the following programming languages:

- **C**
- **C++**
- **C#**
- **Java**
- **Python**

You can easily navigate to the respective language template in the repository and copy it to your own project or problem folder.

## Competitive Coding Profiles

- [LeetCode](https://leetcode.com/u/usk2003/)
- [CodeChef](https://www.codechef.com/users/usk2003)
- [Codeforces](https://codeforces.com/profile/usk2003)
- [InterviewBit](https://www.interviewbit.com/profile/usk2003/)
- [Smart Interviews](https://smartinterviews.in/profile/usk2003)
- [HackerRank](https://www.hackerrank.com/profile/usk2003)