Coder Social home page Coder Social logo

spl's Introduction

Standard Personal Library

Welcome to my Standard Personal Library (a.k.a SPL), fell free to use it in any project that you want.

The idea of this library is to provide as many generic purpose algorithms and data structures as possible... And to make it possible, I will try to use this library in any personal project developed in the near future, as I'm always learning something new I can evolve this library during the process.

How to use

#include "{PROJECT_INCLUDE}/spl/{SPL_HEADER}"

Replace {PROJECT_INCLUDE} and {SPL_HEADER} to the corresponding path in your environment.

Ready to use

See below what is already done and ready to use.

Containers

List of available containers, for more details please check the respective documentation.

Name Header Description/Documentation
SPL::AnsiString spl/strings.hpp See documentation
SPL::WideString spl/strings.hpp See documentation
SPL::ArrayList spl/arrays.hpp See documentation
SPL::HashSet spl/hash_tables.hpp See documentation
SPL::HashMap spl/hash_tables.hpp See documentation
SPL::PrefixSet spl/prefixtrees.hpp A prefix set container (with ternary search tree)
SPL::PrefixMap spl/prefixtrees.hpp A prefix map container (with ternary search tree)

Use them by including the provided header file.

Interfaces

List of available interfaces.

Name Description
SPL::Exception Common interface for exceptions
SPL::Iterator Common interface for iterators
SPL::Iterable Common interface for iterable objects
SPL::Comparable Common interface for comparable objects
SPL::String Common interface for strings
SPL::List Common interface for list containers
SPL::Hash Common interface for hash generators
SPL::Set Common interface for set containers
SPL::Map Common interface for map containers

Use all of them by including spl/interfaces.hpp

Disclaimer

This library is strictly personal, if you want to use some feature in production but found a bug, you are welcome to contact me and contribute.

Ah, and English isn't my main language, I'm trying to get better on that as well ๐Ÿ˜Š

License

MIT ยฉ Silas B. Domingos

spl's People

Contributors

sbalmt avatar

Watchers

 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.