Julian SaenzHow identify if a Linked List has a loop? (Corrupt)The next algorithm is based mainly in 3 important steps.Jul 18, 2021Jul 18, 2021
Julian SaenzHow print a Binary Tree from a Queue?This algorithm will allow to print a text input “[n1, n2, n3, …, nn]” in the form of a binary tree.Jun 20, 2021Jun 20, 2021
Julian SaenzBracket Match — Stack and Hash MapWe are going to make an algorithm that can identify from a text string that only includes the characters “(){}[]” if its content is well…Jun 14, 2021Jun 14, 2021
Julian SaenzHow to know if a Linked List is Palindrome?What is a Linked List? It’s a data structure that visually looks like this:Jun 6, 2021Jun 6, 2021
Julian SaenzHow convert Decimal number to Roman number.In this case we’re going to write a algorithm that convert a decimal number to roman number, just for fun…Oct 14, 2020Oct 14, 2020