Git Product home page Git Product logo

Comments (1)

sckroll avatar sckroll commented on August 22, 2024
  • 컨트롤 영역의 입력 창을 통해 값을 변경한 경우에만 연결 리스트가 정렬되도록 했고, 시각화 영역에서 노드를 직접 조작할 경우 정렬되지 않도록 했음
  • 입력 창을 통해 조작했는지 여부를 스토어에 boolean 형식으로 변수를 만들고, 변경한 값을 스토어에 저장하기 전에 컨트롤 영역의 입력 창에서 조작했을 경우 true, 노드에서 직접 조작했을 경우 false로 스토어 값을 변경
  • BaseLinkedList의 와쳐에서 이를 감지하여 상황에 맞게 노드의 정렬을 수행

from algetda.

Related Issues (9)

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.