Instructional Video7:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Palindrome - Interview Question in JavaScript

Higher Ed
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward. In this video, we will discuss an interview question related to palindromes in JavaScript. We will go over what palindromes...
Instructional Video17:06
Curated Video

Programming Tutorial: Creating a Palindrome Checker in Scratch

Pre-K - Higher Ed
In this tutorial video, the instructor demonstrates how to create a palindrome checker using Scratch programming. By combining skills in strings, loops, and conditional statements, viewers learn how to reverse a word or number input by...
Instructional Video8:29
Curated Video

Beginning Python (Video 31)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video9:48
Curated Video

Describe an advanced data structure : Manacher’s Algorithm

Higher Ed
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
Instructional Video9:23
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - String Practice Exercises

Higher Ed
This video presents a practice exercise on strings. This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basic concepts of Java, such as...