Skip to content

Instantly share code, notes, and snippets.

View steghio's full-sized avatar

Stefano Ghio steghio

View GitHub Profile
@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_Scorecard.txt
Last active April 19, 2018 12:47
Scorecard algorithm
Scorecard algorithm
@steghio
steghio / AAA_File_Utils.txt
Last active April 19, 2018 12:47
File utilities
File utilities
@steghio
steghio / AAA_LRU_Cache.txt
Last active April 19, 2018 12:48
LRUCache
LRUCache
@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_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_Minesweeper.txt
Last active July 4, 2021 11:33
Minesweeper game
Minesweeper game
@steghio
steghio / AAA_C++_Graph.txt
Last active July 4, 2021 11:34
C++ graph implementation and algorithms
C++ graph implementation and algorithms
Algorithms dealing with geometry
@steghio
steghio / AAA_Set_Utils.txt
Last active July 12, 2021 10:23
Set utilities
Set utilities