What is WebRTC ?
WebRTC stands for Web Real Time Communication -> It allows audio, video and streaming communication to work inside
webpages by allowing direct peer-to-peer communication, eliminating the need to install plugins or download native a...
!1
1: https://coderlegion.com/?qa=blob&qablobid=7125821697712372748
Discovered something interesting while solving a collision detection related JS problem, most of the time its usual to find distance between two points with this approach
...
What is topological sort ?
We need to schedule a series of tasks, such as classes or construction jobs, where we cannot start one task until after its prerequisites are completed.
We want to organize such tasks into a linear order that allows us ...