johannhuang / Algorithms.CCF-NOI

A set of algorithms implemented in C when I was in high school from 2008 to 2011 preparing for CCF NOI contest

Home Page:https://articles.johannhuang.com/Data-and-Algorithms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

CCF NOI stands for China Computer Federation National Olympiad in Informatics.

This repository contains algorithms implemented in C when I was in high school from 2008 to 2011. These algorithms were originally written in Dev-C++ either for learning the basics of programming in C and algorithms or as solutions for questions of CCF NOI.

After almost 13 years since I wrote my first line of the code and more than 10 years of having all the code on my hard drive, with some spare time now, I think I can take some time to make the code useful again. Be it for me re-learning C or for others who may want to reference my implementation.

About

A set of algorithms implemented in C when I was in high school from 2008 to 2011 preparing for CCF NOI contest

https://articles.johannhuang.com/Data-and-Algorithms/

License:GNU General Public License v3.0


Languages

Language:C 100.0%