Coding Quiz - 1, 2, 3 Addition
Write a function to find the number of ways to form a specific number using Dynamic Programming (DP).
Write a function to find the number of ways to form a specific number using Dynamic Programming (DP).
Write a function to apply the Caesar cipher to a string
Learn how to calculate squares in Python and implement it in code.
Creating a Car Class
Write a function to determine if two given strings are anagrams
Write a function to find the unique words in an array of strings
Write a function to find the indices of two numbers in an array that add up to a specific target
Write a function to flatten a 2D array into a 1D array.
Create a program that takes a list of strings and outputs the length of each string.
Create a simple hash table data structure using Python.
Create a simple linked list data structure in Python.
Create a simple queue data structure using Python.
Create a simple stack data structure in Python.
Create a simple array data structure using Python.
Class Quiz
Write a function to find the most profitable buy and sell days from a list of stock prices.
Write code to dynamically format output based on input values.
Write a function to determine if a given string is a palindrome.
Write a function to remove the smallest number from a list of integers
A coding quiz using Python's `sort()` function for list sorting