1.5 Introduction to Two Dimensional (2D) Arrays | Implementation of 2D Arrays |Memory representation

1.5 Introduction to Two Dimensional (2D) Arrays | Implementation of 2D Arrays |Memory representation

Jenny's Lectures CS IT

4 года назад

398,620 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@7H_FAISAL_YT
@7H_FAISAL_YT - 28.11.2023 05:00

Mam your vidios so useful for my semester exams

Ответить
@_arun__official3102
@_arun__official3102 - 18.11.2023 09:01

Good explained mam..... 😢 before semester i watching this video........ I saw this channel before 2 month i really get more marks🎉

Ответить
@RAHULPRAJAPATI-he8zo
@RAHULPRAJAPATI-he8zo - 05.11.2023 07:15

Day 5 completed

Ответить
@varun8777
@varun8777 - 04.10.2023 15:18

Ответить
@varun8777
@varun8777 - 04.10.2023 15:02

I start yesterday am completed 1 d array tdy going 2d array good teaching same as am sighting you some times am forget class only am saw you ❤. 3 year before am watching video but am present finding job also say to DSA then I start you channel again watching.

Ответить
@varun8777
@varun8777 - 04.10.2023 14:56

Good teaching love you 😍

Ответить
@raheemullah3232
@raheemullah3232 - 26.09.2023 21:35

Great explantion ...

Ответить
@justcurious1940
@justcurious1940 - 20.09.2023 19:49

In case it helps someone :
int m,n;
printf("Enter the dimensions : ");
scanf("%d%d",&m,&n);
int array[m][n];
//row major implementation
for(int i = 0 ; i < m ; i++){
for(int j = 0 ; j < n ; j++){
scanf("%d",&array[i][j]);
}
}
for(int i = 0 ; i < m ; i++){
for(int j = 0 ; j < n ; j++){
printf("%d\t",array[i][j]);
}
printf("\n");
}
//column major implementation
for(int j = 0 ; j < n ; j++){
for(int i = 0 ; i < m ; i++){
scanf("%d",&array[i][j]);
}
}
for(int i = 0 ; i < m ; i++){
for(int j = 0 ; j < n ; j++){
printf("%d\t",array[i][j]);
}
printf("\n");
}

Ответить
@monikatanwar8802
@monikatanwar8802 - 14.08.2023 08:24

You r too cute mam

Ответить
@naa-rho-co1971
@naa-rho-co1971 - 31.07.2023 17:11

31/July /2023 --

Ответить
@talukdarmaimuna-pg6ww
@talukdarmaimuna-pg6ww - 19.07.2023 19:50

Maam aap kidar padhate ho matlab at which institute

Ответить
@invincibleme7182
@invincibleme7182 - 17.06.2023 06:44

I will marry you ❤

Ответить
@abinavvijay3572
@abinavvijay3572 - 28.02.2023 21:42

Mam pls tell code to convert 2d matrix to sparse matrix representation

Ответить
@pardeepvt3120
@pardeepvt3120 - 22.02.2023 06:40

In two dimensional array Row wise calculation
2 byte of storage size for each element
Base address 100
Calculate address of element at location a[6][2]

Ответить
@sayedsalimantorabi4454
@sayedsalimantorabi4454 - 24.01.2023 16:20

thank you so much now i know

Ответить
@rishitabhardwaj2622
@rishitabhardwaj2622 - 03.01.2023 05:55

Love the way you teach❤ always be thankful to you🙌❤ love you jenny mam☺

Ответить
@MovieZ1p
@MovieZ1p - 31.12.2022 19:18

Thank you so much mam ap mery bht c problem apny Kuch mints ki video me slove kr dyte ho Love you ❤️❤️🌎

Ответить
@TusharSharma-vr6hh
@TusharSharma-vr6hh - 29.12.2022 09:10

😊 thanks mam for making this playlist

Ответить
@divyanshsah8472
@divyanshsah8472 - 22.12.2022 16:38

Sorry maam

Ответить
@SwetaKumari-ps2rf
@SwetaKumari-ps2rf - 19.12.2022 15:59

Mam Java me v DSA krwayiye

Ответить
@thecloudterminal
@thecloudterminal - 06.12.2022 12:35

Thank you for this lecture mam 🙏

Ответить
@nangacarmen7519
@nangacarmen7519 - 20.11.2022 06:35

Thanks sooo muchh!!!

Ответить
@nishantraj9762
@nishantraj9762 - 14.11.2022 14:45

Why video starts at half sentence?

Ответить
@museebalam9410
@museebalam9410 - 13.11.2022 20:54

Allah ka shukr hai isse bhi acchi English ati he mere ko mera maqsad khane ka itna he ki jo bechare Hindi medium se he unke liye to hindi ka use Karo na

Ответить
@124priyanshuverma9
@124priyanshuverma9 - 06.11.2022 10:35

Thankyou for everything ma'am ♥️✨

Ответить
@programming_8044
@programming_8044 - 17.10.2022 04:32

Crystal clearly

Ответить
@devaprasath7776
@devaprasath7776 - 15.10.2022 08:55

Super 💥

Ответить
@rajkumarchavan8457
@rajkumarchavan8457 - 26.09.2022 16:53

This video is very deep explanation of 2D Array, Thanks mam

Ответить
@nabinrajbanshi4336
@nabinrajbanshi4336 - 29.07.2022 23:02

Mam u r so cute

Ответить
@radhikakhurana5653
@radhikakhurana5653 - 23.07.2022 10:13

Ma’am plz listen to me jab address ka formula Aapne upar btaya tha toh after that jab index 1 se start hua toh toh Aapne 2-1 liya i aisa kyu? Upar wala formula applicable nhi hoga ?????

Ответить
@nikhildhore4838
@nikhildhore4838 - 29.06.2022 17:40

Ds Exam in one day, and mams lecture is explaining in minutes which college can't in months 🤍😍

Ответить
@papapapa4268
@papapapa4268 - 19.06.2022 08:48

Madam Hindi nahi aati hai kya

Ответить
@divyamedhekar5686
@divyamedhekar5686 - 14.06.2022 19:17

Mam plz thoda Hindi ka use bhi kijiye n

Ответить
@bommanabhavana24
@bommanabhavana24 - 14.05.2022 11:42

Why index is stored from 0 in the array

Ответить
@ksriram1997
@ksriram1997 - 26.04.2022 21:14

🖤

Ответить
@tuntunbhiya4964
@tuntunbhiya4964 - 15.04.2022 21:51

maam aapki shadi hogyi???

Ответить
@anju7334
@anju7334 - 02.04.2022 11:24

Mam kindly make videos on time complexity , binary and linear search , notations and worst and best time in DS🙏🙏🙏

It's a humble request mam

Ответить
@swiftiecosmos
@swiftiecosmos - 31.03.2022 16:25

i like your explanation and for sure your videos are helpful. Although just one issue why do your videos start like you've missed some part of the video ?

Ответить
@harshmandaliya4084
@harshmandaliya4084 - 28.03.2022 15:19

You are great 😊

Ответить
@muhammadrizwan4879
@muhammadrizwan4879 - 06.03.2022 21:33

Mam last wali apki simle ghazab hai qasmy

Ответить
@godstrap
@godstrap - 06.03.2022 14:32

Aap padhati achaa ho pr beech beech mein kch bhi bol deti ho🙃
Appreciate Work 💯🙏🏻..

Ответить
@kobaganavenu6278
@kobaganavenu6278 - 26.02.2022 20:05

Mam are you married? 😃

Ответить
@Ddot-cd1in
@Ddot-cd1in - 29.01.2022 18:04

Ab tumhare hawale hmara future mam😀

Ответить
@nageshnimmala7366
@nageshnimmala7366 - 13.01.2022 10:33

Really superb way of teaching &your smiling face

Ответить
@sudeshparajuli6974
@sudeshparajuli6974 - 09.01.2022 12:55

Very interesting lectures. Keep going

Ответить