Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 434 Bytes

File metadata and controls

12 lines (9 loc) · 434 Bytes
- This repo was used for my school project. It is deactived because I have finished that course.

Kernighan–Lin algorithm

Kernighan–Lin algorithm in JS and C

C version

Very fast. Print log in stdout. Results saved in file.

JS version

Slower than C. Print log in console (web dev inspector), results printed in console as well. Display init partition and optimized partition on screen, using HTML canvas.