Abstract: Floods are among the most frequent and damaging natural disasters in East Java Province, Indonesia, caused by factors such as high rainfall, dense population, limited water catchment areas, ...
Indonesia is known as a tropical country located around the equator. This geographical position makes Indonesia have weather patterns that tend to change and quite high rainfall intensity. These ...
sorting_visualizer/ ├── main.py # Entry point with CLI ├── config.py # Configuration settings ├── data/ │ ├── __init__.py │ └── data_generator.py # Data generation utilities ├── visualizer/ │ ├── ...
This repository contains my daily practice of Data Structures and Algorithms in Java. Problems are solved with clean code and a focus on logic and optimization. Added basic problems on if-else, nested ...