Skip to content

Category: Programação Concorrente

MD5 “Decrypter”, Java

Hello What is MD5 Decrypter? It is a distributed system to break MD5 hash using bruteforce. Implementation of MD5 Decrypter There is a lot of…

Continue reading MD5 “Decrypter”, Java

Parking Lot Exercise, Java, Concurrent Programming

Hello, This is a problem of Concurrent Programming that I solved in a test: The parking lot have 30 spots. Since the parking lot have…

Continue reading Parking Lot Exercise, Java, Concurrent Programming

Rank Sort, Concurrent Programming

Hello, A few weeks ago I had a test of Concurrent programming (INE5410), where I had to implement a RankSort in Pascal FC. In this…

Continue reading Rank Sort, Concurrent Programming