-
Notifications
You must be signed in to change notification settings - Fork 11
Bubble Sort Visualization#2 #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
||
|
||
# Create your views here. | ||
big_list = [""] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need of an empty string here
Do the changes, rest looks good to me. cc @aktech |
Hey, we have made the changes. Please review it and suggest further improvements, if needed. @CuriousLearner @aktech |
@kanikaa1234 As far as I understand there were only minor changes to be done. Why it is that every file is committed again? |
@CuriousLearner I have changed the name of folder, so every file in it got committed. |
@kanikaa1234 alright. |
The visualization is carried out by using Django, json, ajax and Javascript.