Strings and Arrays Coding Interview Problems Solved Step by Step | Data Structures and Algorithms

preview_player
Показать описание

Strings are similar to arrays with just a few differences. The array size is fixed, while strings can have a variable number of elements. Arrays can contain any data type (char short int even other arrays) while strings are usually characters terminated with a null character. It is one of the most used data structures by programmers due to its efficient and productive nature. The Array is a collection of similar data type elements. It uses a contiguous memory location to store the elements. A string array is an array of a fixed number of string values.

Before you start off with these problems, having solid knowledge of the basics of data structures and algorithms is recommended.

---------------------------------------- About Scaler --------------------------------------------------

We are a tech-focused upskilling and reskilling platform catering to tech enthusiasts in universities and working professionals. There are more Scaler graduates working at Amazon than all of the IITs combined!

📌 Follow us on Social and be a part of an amazing tech community📌

🔔 Hit that bell icon to get notified of all our new videos 🔔

If you liked this video, please don't forget to like and comment. Never miss out on our exclusive videos to help boost your coding career! Subscribe to Scaler now!

#strings #arrays #datastructures #algorithms #dsalgo
Рекомендации по теме
Комментарии
Автор

Please add bookmarks in the video it will be easy to watch longer videos .

sanketsirsat
Автор

Check the length of two strings and adding them to hashmap

ashutoshpattnaik