Pinned Repositories
Advanced-Algorithms-and-Complexity
Flows in Networks. Linear Programming. NP-complete Problems. Streaming Algorithms.
Algorithms-on-Graphs
Advanced Shortest Paths, Bidirectional Dijkstra, A* Algorithm, Contraction Hierarchies, TSP, Kruskal's MST, Bipartite Graph, SCC, Shortes-Path Tree, BFS, Topological Sort, DFS.
Algorithms-on-Strings
Trie, Suffix Tree, Suffix Array, Burrows–Wheeler Transform, Shortest Non-Shared Substring, BW Matching, Pattern Matching with Suffix Array, Suffix Tree from Suffix Array.
asio-with-coroutines
A simple experiment with the coroutines ts and boost asio.
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
CppIdioms
Course "C++ in Detail: Common Idioms"
CppSOLID
Materials from Udemy online course SOLID C++
De-Bruijn-Graph-Genome-Visualization
Builds de Bruijn graph from genome reads and visualizes in browser using vis.js
Genome-Assembly-Programming-Challenge
Genome Assembly, de Bruijn Graph, Overlap Graph, Bubbles and Tips Removal, Optimal K-mer, Phi X174 Genome, Error-Prone Reads, Universal Circular String, Eulerian Cycle.
Mathematics-for-Machine-Learning
Coursera Specialization Mathematics for Machine Learning: Linear Algebra; Multivariate Calculus; PCA.
schostac's Repositories
schostac/CppSOLID
Materials from Udemy online course SOLID C++
schostac/CppIdioms
Course "C++ in Detail: Common Idioms"
schostac/Genome-Assembly-Programming-Challenge
Genome Assembly, de Bruijn Graph, Overlap Graph, Bubbles and Tips Removal, Optimal K-mer, Phi X174 Genome, Error-Prone Reads, Universal Circular String, Eulerian Cycle.
schostac/Advanced-Algorithms-and-Complexity
Flows in Networks. Linear Programming. NP-complete Problems. Streaming Algorithms.
schostac/Algorithms-on-Graphs
Advanced Shortest Paths, Bidirectional Dijkstra, A* Algorithm, Contraction Hierarchies, TSP, Kruskal's MST, Bipartite Graph, SCC, Shortes-Path Tree, BFS, Topological Sort, DFS.
schostac/De-Bruijn-Graph-Genome-Visualization
Builds de Bruijn graph from genome reads and visualizes in browser using vis.js
schostac/Mathematics-for-Machine-Learning
Coursera Specialization Mathematics for Machine Learning: Linear Algebra; Multivariate Calculus; PCA.
schostac/Algorithms-on-Strings
Trie, Suffix Tree, Suffix Array, Burrows–Wheeler Transform, Shortest Non-Shared Substring, BW Matching, Pattern Matching with Suffix Array, Suffix Tree from Suffix Array.
schostac/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
schostac/asio-with-coroutines
A simple experiment with the coroutines ts and boost asio.
schostac/BOI-2020
schostac/Data-Mining
Data Mining Specialization on Coursera
schostac/Deep-Learning
Coursera specialization by deeplearning.ai. It contains only templates of assignments and certificates. The solutions are in private repository according to “Deep Learning Honor Code” (not allowed to post code publicly on github)
schostac/django-tsvector-field
Django field for tsvector (PostgreSQL full text search vector) with managed stored procedure and triggers.
schostac/LeGloVe
Legal domain-specific word vectors, trained with GloVe on a corpus of legal documents.
schostac/Miscellaneous
schostac/plpstgrssearch
Howto for adding Polish language to PostgreSQL
schostac/prosemirror-caret-issues
schostac/prosemirror-replaceattrs
The missing ReplaceAttrsStep for prosemirror
schostac/PythonSOLID