Git Product home page Git Product logo

algetda's People

Contributors

sckroll avatar

Watchers

 avatar  avatar

algetda's Issues

노드를 추가/수정/삭제할 때 움직였던 노드 위치가 원래대로 돌아가는 현상 해결

  • 컨트롤 영역에서 그래프의 값을 입력하거나 시각화 영역에서 노드를 생성/수정/삭제할 때마다 그래프의 노드 위치가 원래대로 돌아가는 현상이 있음
  • 컨트롤 영역에서 입력할 때에는 상관이 없는데, 시각화 영역에서 조작할 때마다 계속 처음으로 돌아가는 게 문제
  • 아마 시각화 영역을 만질 때마다 컨트롤 영역의 값을 변경하고, 그게 다시 시각화 영역을 건드리기 때문이라고 추측됨

기본 UI 컴포넌트 구현

  • 버튼 (Button)
  • 입력 창 (Input Box)
  • 토글 스위치 (Toggle Switch)
  • 팝업 혹은 메시지 창 (Pane)
  • 툴팁 (Tooltip)
  • 아이콘 (Icon)

페이지 레이아웃 구성

  • 공통
    • 헤더 메뉴
    • 드로어 메뉴
    • 설정 팝업
    • 시각화 페이지 상단 컨트롤 영역
  • 페이지
    • 랜딩 페이지 (/)
      • 푸터 영역
    • 연결 리스트 (/linked-list)
    • 트리 (/tree)
    • 그래프 (/graph)
    • 힙 (/heap)
    • 기타 (/etc)

연결 리스트 모든 기능 구현

  • 머리 노드(head)와 꼬리 노드(tail)을 구분
    • 양 끝 노드만 색상 차별화
    • 머리 노드에는 head, 꼬리 노드에는 tail 레이블 추가
      • 노드 툴팁에 머리/꼬리 노드 여부 표시
  • 생성 (Create)
    • 초기 값을 문자열 + 쉼표(,)로 입력
    • 랜덤 숫자 값으로 초기화
  • 검색 (Search)
    • 특정 값 검색
  • 삽입 (Insert)
    • 머리(head)에 특정 값 삽입
    • 꼬리(tail)에 특정 값 삽입
    • 머리와 꼬리를 제외한 특정 인덱스에 특정 값 삽입
  • 삭제 (Remove)
    • 머리(head) 노드 삭제
    • 꼬리(tail) 노드 삭제
    • 머리와 꼬리를 제외한 특정 인덱스에 해당하는 노드 삭제
  • 동작하는 과정을 순서 단위로 구분해서 표현
    • 자동 재생
    • 순서 단위로 재생 / 역재생

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.