Skip to content

Solutions for Problems of Algorithm Contests and Online Judges

Notifications You must be signed in to change notification settings

jian-dong/AlgoSolution

This branch is 38 commits behind watashi/AlgoSolution:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

64dba4d · Dec 24, 2023
Sep 20, 2012
Jan 19, 2013
Nov 15, 2012
May 8, 2022
Mar 14, 2016
Jun 4, 2022
Jun 4, 2017
Dec 24, 2023
Jun 3, 2013
Jun 10, 2013
May 25, 2013
Oct 22, 2012
Sep 15, 2012
Feb 15, 2022
Jul 30, 2022
May 17, 2015
Jun 2, 2013
Apr 3, 2022
May 25, 2013

Repository files navigation

AlgoSolution

Solutions for Problems of Algorithm Contests and Online Judges.

WARNING! SPOILER ALERT!!

Do NOT refer to these solutions before you think over the problems by yourself. It is meaningless and does no good to anyone to blindly follow and even copy other people's solutions.

watashi/AlgoSolution

This is a private repository to maintain and share my own solutions. Do NOT send pull request to this repository unless you are fixing some bugs or submitting similar commits.

AlgoFun/AlgoSolution

This is a public repository for collecting solutions to as many as possible problems. If you have something to share, please send your pull request here.

Here are some basic rules to follow:

  1. Keep the whole hierarchical structure clean and reasonable. Avoid path too deep or single directory with too many files.
  2. Name your solutions in a meaningful and consistent way. For example, $id[.$tag].$lang. No whitespaces. No long and redundant names.
  3. Code in a neat way. Some basic coding conventions should be followed. Only special solutions for fun, e.g. extremely short solutions, may exempt this rule.
  4. Avoid duplicate solutions. There shall be only one solution for each problem (through each approach (in each language)).
  5. Spam (in comment) are not welcomed.

About

Solutions for Problems of Algorithm Contests and Online Judges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.9%
  • Java 12.8%
  • Haskell 6.3%
  • C 6.0%
  • Rust 4.1%
  • Ruby 1.4%
  • Other 3.5%