https://github.com/matsutaku/matsutaku
Profile of MatsuTaku
https://github.com/matsutaku/matsutaku
Last synced: 13 days ago
JSON representation
Profile of MatsuTaku
- Host: GitHub
- URL: https://github.com/matsutaku/matsutaku
- Owner: MatsuTaku
- Created: 2021-09-01T20:04:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T13:50:51.000Z (almost 4 years ago)
- Last Synced: 2025-09-23T19:47:53.858Z (23 days ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**: basicsLibrary 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 structuersCompetitive programming stats
-----
[](https://atcoder.jp/users/MatsuTaku)
[](https://codeforces.com/profile/MatsuTaku)
- Language: C++
- Repository
- [CPBF](https://github.com/MatsuTaku/CPBF): Library and toolkit for competition