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

https://github.com/horizon-blue/playground

A repository where I put a record of my study
https://github.com/horizon-blue/playground

cplusplus notes online-judges playground poj spoj study uva

Last synced: 6 days ago
JSON representation

A repository where I put a record of my study

Awesome Lists containing this project

README

        

# The Playground.
## Introduction.
Basically, this is just a simple repository where I put all kinds of stuff related to my study into. I will use this repo in addition to my blog [Forest of Horizon.](https://forest.was.blue/) to keep a record of my study (mostly about programming).

This is not a "project," and I am not planning to make it magnificent either. It would be great if you find my codes useful, but please be careful: since I am just a beginning programmer, the programs I put here might not be safe or reliable (๑•́ ₃ •̀๑). Although I would like to help if anything goes wrong (and if I am able to), **I am not responsible for any damage that is caused by my code**.

And that's it! I can't think of anything else to say at this moment, and when I do, I will update this readme file. Thanks for clicking into this repository, and hope that you will enjoy the stuffs I put here ヽ(●´∀`●)ノ.

-- _HorioznBlue | 蓝色天际_

## Table of Contents.
- [Solutions to Online Judges](Solutions-to-OJs)
- [PKU JudgeOnline (POJ)](Solutions-to-OJs/POJ)
- [Problem ID 1000 - 1999](Solutions-to-OJs/POJ/1000-1999)
- [Problem ID 2000 - 2999](Solutions-to-OJs/POJ/2000-2999)
- [Problem ID 3000 - 3999](Solutions-to-OJs/POJ/3000-3999)
- [Sphere Online Judge (SPOJ)](Solutions-to-OJs/SPOJ)
- [basic](Solutions-to-OJs/SPOJ/basic)
- [classical](Solutions-to-OJs/SPOJ/classical)
- [USACO Training](Solutions-to-OJs/USACO)
- [Chapter 1: Getting started](/Solutions-to-OJs/USACO/Chapter1)
- [Section 1.1](Solutions-to-OJs/USACO/Chapter1/1.1)
- [Section 1.2](Solutions-to-OJs/USACO/Chapter1/1.2)
- [Section 1.3](Solutions-to-OJs/USACO/Chapter1/1.3)
- [Section 1.4](Solutions-to-OJs/USACO/Chapter1/1.4)
- [Section 1.5](Solutions-to-OJs/USACO/Chapter1/1.5)
- [Chapter 2: Bigger Challenges](/Solutions-to-OJs/USACO/Chapter2)
- [Section 2.1](Solutions-to-OJs/USACO/Chapter2/2.1)
- [UVa Online Judge (UVa)](Solutions-to-OJs/UVa)
- [Solutions to Books](Solutions-to-Books)
- [C++ Primer](Solutions-to-Books/C++Primer) (5th edition)
- [Chapter 1: Getting Started](Solutions-to-Books/C++Primer/Chapter01)
- Part I: The Basics
- [Chapter 2: Variables and Basic Types](Solutions-to-Books/C++Primer/Chapter02)
- [Chapter 3: Strings, Vectors, and Arrays](Solutions-to-Books/C++Primer/Chapter03)
- [Chapter 4: Expressions](Solutions-to-Books/C++Primer/Chapter04)
- [Chapter 5: Statements](Solutions-to-Books/C++Primer/Chapter05)
- [Chapter 6: Functions](Solutions-to-Books/C++Primer/Chapter06)
- [Chapter 7: Classes](Solutions-to-Books/C++Primer/Chapter07)
- Part II: The C++ Library
- [Chapter 8: The IO Library](Solutions-to-Books/C++Primer/Chapter08)
- [Chapter 9: Sequential Containters](Solutions-to-Books/C++Primer/Chapter09)
- [Chapter 10: Generic Algorithms](Solutions-to-Books/C++Primer/Chapter10)
- [Chapter 11: Associative Containers](Solutions-to-Books/C++Primer/Chapter11)
- [Chapter 12: Dynamic Memory](Solutions-to-Books/C++Primer/Chapter12)
- Part III: Tools for Class Authors
- [Chapter 13: Copy Control](Solutions-to-Books/C++Primer/Chapter13)
- [Chapter 14: Overloaded Operations and Conversions](Solutions-to-Books/C++Primer/Chapter14)