Fernando Pinto (FernandoGPinto)

FernandoGPinto

Geek Repo

Location:London

Home Page:www.fernandopinto.co.uk

Github PK Tool:Github PK Tool

Fernando Pinto's repositories

ant-colony-optimization

ACO was designed to solve the travelling salesman problem in an efficient way, providing quality solutions, while using the GraphStream API to create an ejoyable user experience.

Language:JavaLicense:MITStargazers:0Issues:0Issues:0

Intrinsics

.NET 7 had brought very significant performance improvements to several LINQ queries by vectorising the processing of various data structures. Whilst the improvements achieved are considerable, I wondered if it was possible to obtain further gains by resorting to .NET Hardware Intrinsics, particularly for large datasets.

Language:C#Stargazers:0Issues:0Issues:0

puzzle-solver

Algorithm that uses dancing links to solve exact cover problems with three constraints and one clue.

Language:JavaLicense:MITStargazers:0Issues:0Issues:0