Pinned Repositories
astro-lunar-calendar
Chinese Lunar Calendar Implementation of Python (use astro algorithm)
cndays
Rewritten the cndays library support standard C++.
cpp-fraction
The fraction class template for C++ 14 or later.
data-structures
Data structures in c++
grail-sort
Stable In-place sorting in O(n*log(n)) worst time
mayansort
Sorting algorithm library for c++20.
PyAutoExcel
An operation toolkit for MS Excel files.
quick_merge_sort
Unstable comparison sort for bidirectional iterators in O(n log n) time & O(1) space
sort-cpp
sqrt-sort
Stable sorting with O(sqrt(N)) external memory
pystraf's Repositories
pystraf/astro-lunar-calendar
Chinese Lunar Calendar Implementation of Python (use astro algorithm)
pystraf/cndays
Rewritten the cndays library support standard C++.
pystraf/cpp-fraction
The fraction class template for C++ 14 or later.
pystraf/data-structures
Data structures in c++
pystraf/grail-sort
Stable In-place sorting in O(n*log(n)) worst time
pystraf/mayansort
Sorting algorithm library for c++20.
pystraf/PyAutoExcel
An operation toolkit for MS Excel files.
pystraf/quick_merge_sort
Unstable comparison sort for bidirectional iterators in O(n log n) time & O(1) space
pystraf/sort
Highly-optimized sorting implemention in C++, including insertsort, shellsort, heapsort, quicksort, mergesort, timsort
pystraf/sort-cpp
pystraf/sqrt-sort
Stable sorting with O(sqrt(N)) external memory
pystraf/wikisort
Fast and stable sort algorithm that uses O(1) memory. Public domain.
pystraf/dist-files
Pre-bulit Softwares and Packages
pystraf/gosort
Implement golang's sort in C++ (go 1.18)
pystraf/gsort-lib
Rewriting the Sorting algorithm in GCC STL.
pystraf/highsort
Efficient sorting algorithm library for C++ 20.
pystraf/lunar-calendar-ics
iCal农历, 节气, 传统节日
pystraf/lunar-solar
Python project calculate Vietnam lunar calendar (some different with Chinese lunar calendar)
pystraf/lunarlib
C++ lunar library
pystraf/pylunar-lib
A lunar calendar library for Python3.
pystraf/pyoi
OI library In Python
pystraf/pystraf
Config files for my GitHub profile.
pystraf/segment-tree
Maintain a segment tree for various information.