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

https://github.com/matsutaku/matsutaku

Profile of MatsuTaku
https://github.com/matsutaku/matsutaku

Last synced: 13 days ago
JSON representation

Profile of MatsuTaku

Awesome Lists containing this project

README

          

MatsuTaku
=====
I'm researcher of Algorithms and Datastructures, especially kind of strings.
Double-Array Structures is one of the main target of my contributions.

- [Qiita](https://qiita.com/MatsuTaku)

Programming Language
-----
- **C++**: Library of data structures
- **Swift, Objective-C, Android Java**: Mobile application development
- **C, Rust, TypeScript**: basics

Library of research results
-----
- String Collection
- C++
- [patricia-double-array-tries](https://gitlab.com/MatsuTaku/patricia-double-array-tries)
- String Dictionary
- C++
- [glna](https://github.com/MatsuTaku/glna)
- [CDA_Automata](https://github.com/MatsuTaku/CDA_Automata)

Basic Data Structures
-----
- [libbo](https://github.com/MatsuTaku/libbo): Easy to use bit-manipulation
- [succinct-tries](https://github.com/MatsuTaku/succinct-tries)
- [plain-da-tries](https://github.com/MatsuTaku/plain-da-tries): Plain Double-Array tries
- [sorted-set-python](https://github.com/MatsuTaku/sorted-set-python): OrderedSet implemented by SkipList
- [suffix-array-library](https://github.com/MatsuTaku/suffix-array-library)
- [SimpleDataStructures](https://github.com/MatsuTaku/SimpleDataStructure): Several succinct data structuers

Competitive programming stats
-----
[![MatsuTaku](https://img.shields.io/endpoint?url=https%3A%2F%2Fatcoder-badges.now.sh%2Fapi%2Fatcoder%2Fjson%2FMatsuTaku&style=for-the-badge)](https://atcoder.jp/users/MatsuTaku)
[![MatsuTaku](https://img.shields.io/endpoint?url=https%3A%2F%2Fatcoder-badges.now.sh%2Fapi%2Fcodeforces%2Fjson%2FMatsuTaku&style=for-the-badge)](https://codeforces.com/profile/MatsuTaku)
- Language: C++
- Repository
- [CPBF](https://github.com/MatsuTaku/CPBF): Library and toolkit for competition