Java Sudoku Solver | Backtracking | Java Placement Course

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


Рекомендации по теме
Комментарии
Автор

hey if you are trying this code in leetcode it will throw "time limit exceeded" error.
and that is simply because we are using O(n^2) approach to check if the number is safe in the grid.(by using two for loops)
so instead,

if(board[(row/3)*3 + i/3][(col/3)*3 + i%3] == (char)number+'0')
return false;

use this, it does the same thing but in O(n) .
Happy Coding.

krishpatel_
Автор

Didi, on basis of your video my Java course is depending.Because I am EE background and I only understand your videos bcz of your teaching techniques and root level explanations.
So it is my humble request, if possible then kindly upload videos regularly.

Thanks again for the root level explanations on each video.

jayjitmaity
Автор

its not running on eclipse also showing main method error what to do

pankajkeche
Автор

Your way of understanding is very good

ShahORiginAcademy
Автор

i love you




..r teaching skills

HarshitSharma-gsew
Автор

bahut kamal ka explain kiya. Khush raho, god bless you.

gurmeetchawla
Автор

Plz plz continue this awesome course make it a banger🔥🔥 this would help us a lot🙏

helixdynamics
Автор

it is not running on vs code and it also shows error of main function please help.

simarjeetkaur
Автор

Was this video not edited ? its useful but wasnt worked upon i guess.. Good work didi

seek_peace_
Автор

This is a brute force approach. It will take huge amount of time for solving a hard sudoku.

subinaypanda
Автор

Intro next level🔥hii everyone Mein hu aapki sharddha didi😂👌 ...but maza aata h seekhne me ab, you explain so easily that it's fit in my mind .

SixDegreeGaming
Автор

Congratulations Di for reaching 9 Lakh+ subscribers

vivekkumarpatel
Автор

Sir/mam please upload daily java course videos i really want to complete my java course as soon as possible the videos are really good i am very that you are help students to achieve their goals and ambitions. Thank u so much 🥰

pallavigade
Автор

Shraddha didi, 𝗪𝗲 𝗹𝗼𝘃𝗲 the way 𝘆𝗼𝘂 make us understand concepts, so keep it up

jpdoshi
Автор

Didi java ka course kab tak khatam ho jayega probably

abhinavsharma
Автор

Hats off to you di, Just beacuase your style of makinng understand I could find my Intrest in coding

diptijain
Автор

Automation testing (selenium) pe ek video banaye ....carrier path and future scope all related topics

girishkokadwar
Автор

Didi java ka course kab tak pura ho jayega probably

yashika
Автор

where is the main method for this all code ??? plzz reply help me 😶

yashsoni
Автор

Didi, please provide code which can be run in vs code, the code provide in the notes doesn't work in vs code

sadekshaikh
join shbcf.ru