A static analysis tool that builds class hierarchies and call graphs from Java bytecode. It parses JAR files using the ASM library, identifies all possible call targets for each polymorphic call site ...
A visual and interactive tool that demonstrates how different sorting algorithms work step-by-step. This project helps users understand sorting techniques by displaying the sorting process in real ...