raresionut1
Studying for MSc. in Computer Science at ETH Zürich; Completed BEng. in Computer Science and Engineering at UPB (University POLITEHNICA of Bucharest)
Zürich, Switzerland
Pinned Repositories
Address-Book
Application with an integrated GUI, capable of adding, editing and deleting contacts, which can further be searched, sorted and filtered by miscellaneous criteria. It also features the option of saving and loading a list of contacts.
Autocorrect-Dictionary
Automatic-Netflix-List
CAPTCHA-Decoder
Translates certain Bitmap CAPTCHAs to text by applying different filters on the image and splitting it into small pixel matrices.
ETH-HS-2021-AlgoLab
Solutions for Algorithms Laboratory (ETH HS 2021)
HomeworkAssignment
Resurse utile pentru tema AA
Image-Compression
Image compression program, implemented with SVD algorithm
PageRank-Simulator
Virtual simulation of Google's PageRank algorithm, on a smaller scale.
PlutoRover
teme
raresionut1's Repositories
raresionut1/ETH-HS-2021-AlgoLab
Solutions for Algorithms Laboratory (ETH HS 2021)
raresionut1/CAPTCHA-Decoder
Translates certain Bitmap CAPTCHAs to text by applying different filters on the image and splitting it into small pixel matrices.
raresionut1/Address-Book
Application with an integrated GUI, capable of adding, editing and deleting contacts, which can further be searched, sorted and filtered by miscellaneous criteria. It also features the option of saving and loading a list of contacts.
raresionut1/Autocorrect-Dictionary
raresionut1/Automatic-Netflix-List
raresionut1/HomeworkAssignment
Resurse utile pentru tema AA
raresionut1/Image-Compression
Image compression program, implemented with SVD algorithm
raresionut1/PageRank-Simulator
Virtual simulation of Google's PageRank algorithm, on a smaller scale.
raresionut1/PlutoRover
raresionut1/teme
raresionut1/Virtual-Memory-Allocator
Allocates, reallocates and frees blocks of memory from a built-in map of memory, providing efficient memory management at byte level.
raresionut1/Virtual-VCS
Virtual Version Control System
raresionut1/Word-Searching
Fast word searching, implemented using AVL Trees