Skip to content
View hotshot07's full-sized avatar
ka-chow
ka-chow

Highlights

  • Pro

Block or report hotshot07

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hotshot07/README.md

Hi! I'm Mayank Arora

I'm a SWE at Hubspot. I graduated from Trinity College, Dublin with an Integrated Masters in Computer Engineering. You can find more about me here.


I spent the summer after my third year of university making Algovis, a Python library for visualizing and analyzing algorithms. It has a pretty straightforward interface and you can get started in just 6 lines of code 🙂

from algovis import sorting
import random
my_list = [i+1 for i in range(1000)]
random.shuffle(my_list)
bs_object = sorting.BubbleSort(my_list)
bs_object.visualize(reverse = True, interval = 50)

gif

Pinned Loading

  1. algovis algovis Public

    A python library for visualising and analysing algorithms

    Python 105 17

  2. whatsapp_analyser whatsapp_analyser Public

    Analysis of any chat in Whatsapp

    Python 25 2

  3. distributed_systems distributed_systems Public

    Distributed systems project deployed using Kubernetes

    Python 3 3

  4. DeeperMind DeeperMind Public

    AI based connect 4

    PureBasic 3

  5. Scripts Scripts Public

    random python scripts for fun

    Python 2

  6. ashrivas99/knowledgeAndDataEng ashrivas99/knowledgeAndDataEng Public

    Knowledge and Data Engineering Group Project

    HTML 3