profile sourced from GitHub
Scouting report
Cuban CS student writing clean algorithmic C++ and Java projects
assessed from open-source footprint
Nestor is a computer-science student whose small portfolio (three original repos) is more substantive than its size suggests: a C++ Monte Carlo polygon-area estimator and a Java Knight's Tour solver using backtracking with Warnsdorff's heuristic, earning 2 and 1 stars. Half his repos are forks and the overall footprint is modest, but the original algorithmic work shows real CS fundamentals.
Authorship & open source
What they build
Signal breakdown
4
top repo 2
3
50% forks
1
2.1 yr
0
Active
0% stale
Strengths
- Verified author — wrote 100% of commits on MonteCarlo-Polygon-Area
- Consistently active, low abandonment
- Backend focus with Systems
- Core stack: Java, C++
About
Skills
- Java
- C++
Featured work
MonteCarlo Polygon Area
A C++ program that estimates the area of any simple polygon using the Monte Carlo method. Users input polygon vertices, and the program computes the…
- C++
by Nestor Nuñez Diaz
Knights Tour Backtracking
Java implementation of Knight's Tour problem using backtracking with Warnsdorff's heuristic. Finds a sequence of moves that visits every square exact…
- Java
by Nestor Nuñez Diaz
System Ecuation Solver
Solve any NxN linear system with this self-contained Java solver. No external libraries – just clean, well-documented code.
- Java
by Nestor Nuñez Diaz