As its sorted so, keep i at arr1 and j at arr2, then if ith element ⇐ jth element insert that array within a new array, if jth element < ith element insert that in that new array, if and only if the last inserted array isn’t equal to ith or jth within respective condition.
Insert the remaining.
Core subjects(Computer Networks)
Started with OSI model.
Read whats the role of each model (Application Layer, Presentation Layer, Session Layer, Transport Layer, Network Layer, Data Link Layer, Physical Layer)
Chess-Analyze Project
So, I am building a project chess-analyze (github.com/tausiq2003/analyze-chess), which will simulate the chess.com’s analysis feature for free.
Read about workers and their async nature, so had some problems with it.
Experimenting with stockfish.js, so extract, cp, nodes, etc. to classify the moves, and build the eval bar.