Skip to content

(In Progress) In this repository there is a collection of useful algorithms to use in competitive programming in C.

License

Notifications You must be signed in to change notification settings

LuchoBazz/c-algorithm-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌 C Algorithms Template for Competitive Programming

This repository contains templates of useful algorithms and data structures coded in C for use in competitive programming.

Contents

Command - Description

  • Data Structures

    • map - ...
  • Graph

    • basic_dfs - ...
    • generic_dfs - ...
  • Math

    • abs - ...
    • gcd - ...
    • lcm - ...
  • Misc

    • alias_data_types - ...
    • headers - ...
    • min_max - ...
    • pair_struct - ...
    • pragma - ...
    • swap - ...
    • unique - ...
  • Random

    • basic_ramdon - ...
    • safe_ramdon - ...
  • Search

    • binary_search - ...
  • Sorting

    • custom_std_sort - ...
    • sort - ...
  • String

    • utils - ...
  • Template

    • minimalist_template - ...
    • std_template - ...
  • Utils

    • push_back - ...

About

(In Progress) In this repository there is a collection of useful algorithms to use in competitive programming in C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages