Giter Site home page Giter Site logo

oi-utility's Introduction

OI-Utility

Overview

OI-Utility is a powerful library for OI contests. It's different from other data structure library. It's fast, safy and easy-to-use. And it's simple enough to extend.

Features

  • Cross-platform : There are no external libraries that OI-Utility needs. It may not even need the C++ Standard Library.
  • Simpler than others : You will understand the its purpose as soon as you see a function. Its naming style is similar to STL.
  • More secure : Never use the dynamic memory allocation in order to have less problems and mistakes.

Usage

Getting Started

There are two kinds of utilities in this library: Algorithm & Data Structure. All of them have no dependence on each other. By this way, you can just move the source codes to your project. It's easy to find the algorithm you need.

Compilation

Maybe you wanna use OI-Utility as a external library instead of copying the source code and then compile it. In reality, it is feasible for OI-utility to be used without compiling. You hust need to include it like this:

#include "\OI-Utility\Algorithm\QuickIO.hpp"
using namespace QuickIO;

oi-utility's People

Contributors

oo-infty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.