If you want to check if your linked list is circular you can use Floyd’s Cycle-Finding Algorithm aka Tortoise and the Hare Algorithm.
It’s quite efficient as It has O(n) complexity.
Continue reading
If you want to check if your linked list is circular you can use Floyd’s Cycle-Finding Algorithm aka Tortoise and the Hare Algorithm.
It’s quite efficient as It has O(n) complexity.
Continue reading
Simple implementation of binary tree in C++ Continue reading
Simple implemetation of 16bit Cyclic Redundancy Check (CRC16) in C++ Continue reading
Simple implementation of Queue with exception handling in C++ using templates Continue reading
Simple implementation of Stack with exception handling in C++ using templates Continue reading
Simple implementation of Two-way linked list in C++ Continue reading
In this example I’ll try to show you how to create new characteristics for a material batch. This will include the following steps:
If you want to create new text ID that will be available in SO10 transaction, then follow these easy steps below. Continue reading
Pushbuttons and hyperlinks in ALV fields Continue reading
Example of setting an ALV column as dropdown listbox. Continue reading