mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
docs: fix changes
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
58a7387ff4
commit
db8e74a904
@ -18,8 +18,7 @@
|
||||
* happens. And then we move the prev and current pointers one step forward.
|
||||
* Then the head node is made to point to the last node (prev pointer) after
|
||||
* completion of an iteration.
|
||||
* Graphic
|
||||
* Explanation:https://drive.google.com/file/d/1pM5COF0wx-wermnNy_svtyZquaCUP2xS/view?usp=sharing
|
||||
* [A graphic explanation and view of what's happening behind the scenes](https://drive.google.com/file/d/1pM5COF0wx-wermnNy_svtyZquaCUP2xS/view?usp=sharing)
|
||||
*
|
||||
*/
|
||||
#include <cassert> /// for assert
|
||||
|
Loading…
Reference in New Issue
Block a user