Skip to content

Instantly share code, notes, and snippets.

View steghio's full-sized avatar

Stefano Ghio steghio

View GitHub Profile
@steghio
steghio / AAA_Scorecard.txt
Last active April 19, 2018 12:47
Scorecard algorithm
Scorecard algorithm
@steghio
steghio / AAA_BST.txt
Last active July 21, 2021 13:49
BST - binary search tree and binary trees
BST - binary search tree and binary trees
@steghio
steghio / AAA_Mergesort.txt
Last active April 19, 2018 12:46
Java implementation of the mergesort sorting algorithm for int arrays
Java implementation of the mergesort sorting algorithm for int arrays
@steghio
steghio / AAA_DP.txt
Last active July 24, 2021 08:24
Dynamic Programming algorithms
Dynamic Programming algorithms
@steghio
steghio / AAA_Trie_Utils.txt
Last active July 20, 2021 20:21
Trie data structure for text input prediction
Trie data structure for text input prediction
@steghio
steghio / AAA_Linked_List_Utils.txt
Last active June 30, 2021 09:24
LinkedList utils - singly and doubly linked
LinkedList utils - singly and doubly linked
@steghio
steghio / AAA_Rolling_Average.txt
Last active April 19, 2018 12:49
Rolling average for sorted and unsorted streams
Rolling average for sorted and unsorted streams
@steghio
steghio / AAA_String_Utils.txt
Last active September 15, 2021 09:13
String utilities
String utilities
@steghio
steghio / AAA_LRU_Cache.txt
Last active April 19, 2018 12:48
LRUCache
LRUCache
@steghio
steghio / AAA_Matrix_Utils.txt
Last active September 25, 2021 13:09
Matrix - Matrices algorithms
Matrix - Matrices algorithms