c++ - Graphics library for visualising binary search tree -


the problem - visualize binary search tree using c++ , graphics library. ideally i'd write this.

tree implemented. need write visualization. firstly of course want draw tree (other features find animations, etc i'll add in future). size of tree unknown (it can сonsist of 4-5 nodes or 100-200 or more). graph should scalable (ideally - mouse scroll).

so question graphics library should use this? , i'd know if there small examples of understand basics.

i think fast way it's opengl. recommend excellent library https://github.com/memononen/nanovg


Comments

Popular posts from this blog

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - SSE Emitter : Manage timeouts and complete() -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -