Category: programming languages
Teaching Kids Programming: Videos on Data Structures and Algorithms Write an algorithm to determine if a number n is happy. A happy number is a number defined by the …
Teaching Kids Programming: Videos on Data Structures and Algorithms Create a List in Python List is a powerful object in Python. It can be used to store arrays of …
December 9, 2020
algorithms, BASH, bash script, c / c++, c #, C/C++, C# (CSharp), Java, java, javascript, Node.Js, php, PHP, programming languages, python, Python, Rust, string, VBScript, vbscript
You are given a lowercase alphabet string text. Return a new string where every character in text is mapped to its reverse in the alphabet, so that a becomes …
Teaching Kids Programming: Videos on Data Structures and Algorithms Anagrams are strings/words that contain the same set of letters and each letter should appear the same number of times. …
November 29, 2020
algorithms, data structure, Hash Map / Hash Set, programming languages, python, Python, Recursion, teaching kids programming, Two Pointer, youtube video
Teaching Kids Programming: Videos on Data Structures and Algorithms This is actually a very famous known problem for beginners to into Algorithms & Data Structures. Given a list of …