Тёмный
Sheninth Jr
Sheninth Jr
Sheninth Jr
Подписаться
I'm here to teach you all you need to know about coding.
Thus, please remember to subscribe to my channel and stay informed.
Share your thoughts in the comments section.
LinkedList to Array | Tamil
1:48
14 дней назад
LinkedList Traversal | Tamil
3:18
14 дней назад
Linked List | Brief Explanation | Tamil
4:02
14 дней назад
HashMap | Tamil
5:30
Месяц назад
How to create a basic Express Js backend?
3:05
3 месяца назад
What is Status Code?
1:56
4 месяца назад
What is Express Js?
1:05
4 месяца назад
Комментарии
@monesh.s6001
@monesh.s6001 3 дня назад
🤝
@navinchandrasekaran
@navinchandrasekaran 4 дня назад
No Audio?
@sheninthjr
@sheninthjr 4 дня назад
Ss, initially i didn't teach anything. So i just uploaded the setup process for it.
@akyas97
@akyas97 18 дней назад
But set cannot be sorted🙄. Well, I wish to try this code. I would have done sorted(list(set(nums))).
@sheninthjr
@sheninthjr 17 дней назад
We can use the sorted function for the set.
@akyas97
@akyas97 17 дней назад
May be, That’s why you might have not got error. But according to my knowledge set are unordered dataset. May be check in this perspective as well. Theoretically it should not be correct, I will check how sorted work with set. Thanks
@akyas97
@akyas97 17 дней назад
@@sheninthjr I found the answer bro. When you use sorted(Set()) it is returning a sorted list. So, nums variable after that will have a list. Try Print type(nums) before and after sorting to understand. So, I learned something new.
@sheninthjr
@sheninthjr 17 дней назад
Good to hear that ☺️
@monesh.s6001
@monesh.s6001 21 день назад
You rock! bro 🎉
@nagarajanc3101
@nagarajanc3101 23 дня назад
Super bro
@defnotdev1
@defnotdev1 29 дней назад
Hello Mr. Sheninth, all concept you listed on video enough for fresher interview right ? I had some interviews and they usually ask me all above concept. I need to improve my thinking in algorithm to crack my interview.
@sheninthjr
@sheninthjr 29 дней назад
First solve all the basic questions like sorting, searching, and pattern series. In this topic you should be very thorough with implementation. Then dive into deep concepts.
@defnotdev1
@defnotdev1 29 дней назад
@@sheninthjr Thank you very much, Mr. Sheninth.
@gopikababu17
@gopikababu17 Месяц назад
Neenga third year subject topics ah explain panni video pota helpful ah irukum
@sheninthjr
@sheninthjr Месяц назад
Okay thanks
@guru10_
@guru10_ Месяц назад
I've been learning React.js for 6 months and have a basic understanding, including hooks, custom hooks, and data fetching. Should I start learning Next.js now, or should I strengthen my React skills further?
@sheninthjr
@sheninthjr Месяц назад
Start to learn Nextjs because most of the project uses that. If you know, react it is slightly easy to learn Nextjs
@guru10_
@guru10_ Месяц назад
Hii bro I've been learning React.js for 6 months and have a basic understanding, including hooks, custom hooks, and data fetching. Should I start learning Next.js now, or should I strengthen my React skills further? ❤
@sheninthjr
@sheninthjr Месяц назад
Start to learn Nextjs because most of the project uses that. If you know, react it is slightly easy to learn Nextjs.
@guru10_
@guru10_ Месяц назад
@@sheninthjr tq bro
@SREEHARIKB23BIT154
@SREEHARIKB23BIT154 Месяц назад
Thanks for bringing my suggestion into work and this is very helpful to learn ❤
@monesh.s6001
@monesh.s6001 Месяц назад
Thanks dude ❤
@user-jt5xt1tg1w
@user-jt5xt1tg1w Месяц назад
nice explanation
@sheninthjr
@sheninthjr Месяц назад
Thanks 🙏
@SREEHARIKB23BIT154
@SREEHARIKB23BIT154 Месяц назад
Bro don't post leetcode please post data structure full tutorial first and then with leetcode
@sheninthjr
@sheninthjr Месяц назад
Okay. Soon the data structures concept videos will be released.
@SyedRasheed-rc6zp
@SyedRasheed-rc6zp Месяц назад
Bro dsa learn pannumbhodhu .. ipo first first ta dsa learn pandrom na ... Suppose graph algorithm erukunaa adhoooda pseudo code laam namaku therinji erukanumaa or adhooda concept mattum therinja pothuma bro
@sheninthjr
@sheninthjr Месяц назад
First preference should be for concepts. Then pseudo code is important so that we can implement it in problem solving.
@monesh.s6001
@monesh.s6001 Месяц назад
Well explained bro ✨
@sheninthjr
@sheninthjr Месяц назад
Thank you bro 😊
@vigneshwaranparamanandam5404
@vigneshwaranparamanandam5404 Месяц назад
There is an error in line 8. It should be "hash_map[nums[x]] = x". The variable "i" is undefined here.
@sheninthjr
@sheninthjr Месяц назад
Yeah, so only i mentioned it in the video itself to change it.
@Sriniha_07
@Sriniha_07 Месяц назад
It's very useful 😊
@sheninthjr
@sheninthjr Месяц назад
Thanks 🙏
@sahasram.j.912
@sahasram.j.912 Месяц назад
Very useful bro 🎉
@sheninthjr
@sheninthjr Месяц назад
Thanks 🙏
@monesh.s6001
@monesh.s6001 Месяц назад
Bro ,do tutorial video for next js project deployment video
@sheninthjr
@sheninthjr Месяц назад
Okay bro 👍
@monesh.s6001
@monesh.s6001 Месяц назад
Bro,do more videos about leetcode problem
@sheninthjr
@sheninthjr Месяц назад
Okay bro 👍
@Sportgameww
@Sportgameww Месяц назад
Its enough to learn? you miss some topics Binary Trees. Binary Search Trees (BST). AVL Trees. B-Trees. Tries. Min-Heap and Max-Heap. Priority Queues. Representation (Adjacency Matrix/List). Graph Traversal (BFS, DFS). Shortest Path Algorithms (Dijkstra, Bellman-Ford). Minimum Spanning Tree (Prim’s, Kruskal’s). Bubble Sort, Selection Sort, Insertion Sort. Merge Sort, Quick Sort, Heap Sort. Hash Tables and Hash Functions. Collision Resolution Techniques. Segment Trees, Fenwick Trees (Binary Indexed Tree). Suffix Trees and Arrays.
@sheninthjr
@sheninthjr Месяц назад
What i mentioned are the fundamentals to understand the problems.
@monesh.s6001
@monesh.s6001 Месяц назад
Well explained bro 💥
@sheninthjr
@sheninthjr Месяц назад
Thanks bro 😊
@arjun-gc9hu
@arjun-gc9hu Месяц назад
Niceee
@sheninthjr
@sheninthjr Месяц назад
Thanks 😊
@monesh.s6001
@monesh.s6001 Месяц назад
✨ clear explanation bro
@sheninthjr
@sheninthjr Месяц назад
Nandri bro 🥰
@unknownuser64883
@unknownuser64883 Месяц назад
Broo ipdiye niraiyaa leetcode problems ku solutions kudunga bro pls useful ah irukum 🙏🏻
@sheninthjr
@sheninthjr Месяц назад
Okay bro kuduthuta poochu🥰
@monesh.s6001
@monesh.s6001 Месяц назад
I need dsa roadmap bro..✨
@sheninthjr
@sheninthjr Месяц назад
Okay bro
@arjun-gc9hu
@arjun-gc9hu Месяц назад
Very much useful and understandable 👍
@sheninthjr
@sheninthjr Месяц назад
Thanks
@gamingtitan0
@gamingtitan0 3 месяца назад
Next time increase your ediotr font size and add music and also edit your videos
@karnankarnan516
@karnankarnan516 4 месяца назад
next topic pls upload bro
@sheninthjr
@sheninthjr 4 месяца назад
Okay 👍
@monesh.s6001
@monesh.s6001 4 месяца назад
@dasarimanoj3086
@dasarimanoj3086 5 месяцев назад
very helpful, start a small playlist for whole git commands and github
@sheninthjr
@sheninthjr 5 месяцев назад
Okay definitely i will start it soon...
@arunraja1821
@arunraja1821 5 месяцев назад
Very helpful 💚
@sheninthjr
@sheninthjr 5 месяцев назад
Okay 😊
@sheninthjr
@sheninthjr 5 месяцев назад
If you want the code of this project please comment it below? 👇
@monesh.s6001
@monesh.s6001 5 месяцев назад
👍🏼code pls
@Sriniha_07
@Sriniha_07 5 месяцев назад
Thank you for this video bro...
@m.j.kawsheka6341
@m.j.kawsheka6341 5 месяцев назад
Nice🔥🔥
@KUKOOO
@KUKOOO 5 месяцев назад
Awesome
@monesh.s6001
@monesh.s6001 5 месяцев назад
"I just wanted to drop by and express my gratitude for your amazing content. Your coding tutorials have helped me level up my skills in ways I never thought possible. Thank you for sharing your knowledge with the world!"
@user-zc6du1ch8i
@user-zc6du1ch8i 5 месяцев назад
🔥🔥
@monesh.s6001
@monesh.s6001 5 месяцев назад
🎉....we are waiting for ur next video
@sheninthjr
@sheninthjr 5 месяцев назад
Sure 😊
@haikelareff
@haikelareff 6 месяцев назад
????
@sheninthjr
@sheninthjr 6 месяцев назад
What's the problem?
@sheninthjr
@sheninthjr 7 месяцев назад
Try it out now: code-jr.vercel.app GitHub Repo: github.com/sheninthjr/CodeJr