Two Dimensional Arrays (2D Arrays) With Examples From Python | Prepare For Coding Interview

preview_player
Показать описание
2 Dimensional Arrays in Python. Python Interview Questions. Two Dimensional Arrays . Prepare for Coding Interview. Programing Interview Questions and Answers. Mastering the Coding Interview With Examples From Python - Part 4

In this Tutorial, we will review 2D Arrays - Two Dimensional Arrays. solve practice problems for 2D Arrays using python in Jupyter notebook. Discussion about clarifying questions in coding Interview about strings. example sample interview question about two dimensional arrays is discussed and visual and programming solution is given in the end of the video using Python in jupyter notebook.

#python
#2Darrays
#2dimensionalarrays
#python2Darrays

You can watch full Playlist here:

-~-~~-~~~-~~-~-
Please watch: "How to Calculate Age from Date of Birth in Excel in Years Months and Days (Simple Formula)"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Thank you, you made it seem so simple I'm not sure why I was struggling so much with 2D arrays.

noetic
Автор

I was able to solve the chess using one loop
def chess_result(chessboard):
total_row=total_col=0
result=False
for row in range(len(chessboard)):
for col in range(len(a[row])):
total_row+=a[row][col]
total_col+=a[col][row]
if total_col>=2 or total_row>=2:
result=True
total_col=total_row=0
print(result)
thanks!

henrychidiebere
Автор

Love this. Python looks so much better than JavaScript. I wish I could go back!

Human_Evolution-
Автор

Nice video. In Problem 5, there is one more diagonal.

abhishekomprakash
Автор

People are to much bad cus in three years there are more than 7.7k viwes but there are only 89 views. 😥 and btw thnk u for the video ❤

sajidzaheer
Автор

Do you have those jupyter notebook practices available?

limei
Автор

The chessboard example was too confusing for me. I have trouble when there are so many layers of abstractions. Like 3 for loops starts to melt m ybrain.

Human_Evolution-
Автор

Do you know how to intersection of two list

Dopeboyz
Автор

hello teacher . How to create tic tac toe games teacher.

keait
Автор

Iterating through the 2d array column-wise is proving problematic. Can anyone expound?

samkamau
welcome to shbcf.ru