Coder Social home page Coder Social logo

alg-vis's People

Contributors

brandys11 avatar debkbanerji avatar jergusg avatar katarinka avatar kuceramartin avatar kuk0 avatar martinpribula avatar mrbesen avatar paly avatar viktortomkovic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

alg-vis's Issues

Previos button does not re-mark nodes in Fibonacci heap

When a marked node is moved into the root list in FibHeapDecrKey after its child is removed, it is unmarked (method unmarkCut is called on the BinHeapNode). When the "Previous" button is clicked, the node appears to be marked again visually (it becomes black) but the property cut of BinHeapNode is false, therefore the heap does not work properly when a child is removed again (the node is not moved into the root list, even though it should be)

stretching of components

All the components (display, buttons, commentary) have fixed size and don't stretch, when the window is resized.

unchecked checkbox doesn't work correctly

At line 128 in core/Buttons.java changing true to false only uncheck the checkbox - an algorithm still pauses at mysuspend(). after check and uncheck the checkbox, the algorithm doesn't stop. (works correctly)

bad width of vertical scrollbar

In algorithms, which have many steps, when comments overflow, a half of an vertical scrollbar with double witdh is shown.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.