kossiitkgp / kwoc-2018

Web app for Kharagpur Winter of Code, 2018
https://kwoc.kossiitkgp.org
MIT License
0 stars 0 forks source link

Fix All Stats Page Error #152

Closed thealphadollar closed 5 years ago

thealphadollar commented 5 years ago

The loading errors in our stats page were caused by the sorting algorithm which was O(n2). I've replaced it with JS inbuilt sort which is O(nlgn) and things are working pretty good.

I've removed @arnav-t 's quick-fix for the page.

Also, separated sorting into another JS file.

cc/ @dibyadas @Ayushk4 @arnav-t

Ayushk4 commented 5 years ago

Who cares about letting the PR be reviewed :smirk: .

arnav-t commented 5 years ago

@Ayushk4 GitHub pe contributions badhaane ki ninja technique :thinking:

thealphadollar commented 5 years ago

@Ayushk4 Thoroughly check ki hai maine, I've been working on this since last 2 hours.

dibyadas commented 5 years ago

Great! Awesome :+1: