Leetcode Problem Solving #6 - Zigzag Conversion | Tamil

  Рет қаралды 5,495

CS in Tamil

CS in Tamil

2 жыл бұрын

Problem link: leetcode.com/problems/zigzag-...
Solution link: github.com/CsInTamil/Leetcode...
Please LIKE the video and SUBSCRIBE to the channel: bit.ly/3v6DyYp
Contact me: csintamil42@gmail.com
Disclaimer: Everything I say in this video is my own opinion and not that of my employer or any other organization.
My free Programming courses:
C++ - bit.ly/3gnSwWc
C - • Learn C Programming in...
Python - bit.ly/2TZw24N
Java - bit.ly/2TusJCm
Data Structures - bit.ly/3wbcokJ
HTML - bit.ly/3iF7TuT
Other Topics Explained:
Git & Github - • Git & Github Explained...
OOP Concepts - • Introduction to Object...
Intro to Programming - • Introduction To Progra...
Competitive Programming - • What is Competitive Pr...
Laptop & Hardware Recommendations to Buy:
Laptops:
💻 HP - ₹36,000 - amzn.to/3pkYGsR
💻 Lenovo - ₹41,000 - amzn.to/3z2uxD5
💻 HP - ₹48,000 - amzn.to/3fNFxwy
💻 Lenovo - ₹60,000 - amzn.to/3vSIO3g
External Keyboard:
⌨️ amzn.to/3uTjUzh
⌨️ amzn.to/3uQfARd
External Mouse:
🖱️ amzn.to/3wZ4PO4
Wireless Mouse:
🖱️ amzn.to/3fR0MgO
Wireless Keyboard & Mouse
⌨️ 🖱️ - amzn.to/3ii0eCz
(Some links above are affiliate links. I may get some commission if you buy through the link. No additional charges for you)
#CsInTamil #programming #tamil

Пікірлер: 12
@codeanddata
@codeanddata 2 жыл бұрын
Vanthutaan vanthutaan vandhutaan🔥💥
@vinayakram5133
@vinayakram5133 2 жыл бұрын
Nice bro 👍
@akash.v8006
@akash.v8006 2 жыл бұрын
🔥🔥🔥
@flaviodenis9465
@flaviodenis9465 2 жыл бұрын
❤️
@rajendiranvenkat5992
@rajendiranvenkat5992 8 ай бұрын
nice solution, but using additional 2D array
@lmponsomu
@lmponsomu 2 жыл бұрын
yes
@siva4425
@siva4425 2 жыл бұрын
Do anyone solve problems with python...please reply me
@CSinTamil
@CSinTamil 2 жыл бұрын
Sure, I will try to do some in Python.
@sivalingam6832
@sivalingam6832 2 жыл бұрын
@@CSinTamil tq bro
@maverick6932
@maverick6932 2 жыл бұрын
class Solution: def convert(self, s: str, numRows: int) -> str: c = len(s) r = numRows l = [['' for x in range(c)]for x in range(r)] i = 0 #row j = 0 #column cur = 0 while(cur
@sivalingam6832
@sivalingam6832 2 жыл бұрын
@@maverick6932 bro can you mention your Instagram I'd...I wanna talk to you
@maverick6932
@maverick6932 2 жыл бұрын
Python Solution: class Solution: def convert(self, s: str, numRows: int) -> str: c = len(s) r = numRows l = [['' for x in range(c)]for x in range(r)] i = 0 #row j = 0 #column cur = 0 while(cur
Leetcode Problem Solving #7 - Reverse Integer | Tamil
10:18
CS in Tamil
Рет қаралды 6 М.
Which programming language should I learn?
1:00
CS in Tamil
Рет қаралды 7 М.
UNO!
00:18
БРУНО
Рет қаралды 3 МЛН
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 9 МЛН
Leetcode Problem Solving #2 - Add Two Numbers | Tamil
18:49
CS in Tamil
Рет қаралды 10 М.
Leetcode Problem Solving #1 - Two Sums | Tamil
12:17
CS in Tamil
Рет қаралды 29 М.
C Program to Print a String in Reverse Order #short | C Programming
1:00
Coding Guidelines Tamil
Рет қаралды 73 М.
How to master CODING LOGIC to solve problems In 30days(Tamil)😟💯
13:07
Longest Palindromic Substring | LeetCode 5 | C++, Java, Python
16:25
Knowledge Center
Рет қаралды 88 М.
Tech Salary Explained in Tamil
19:17
CS in Tamil
Рет қаралды 16 М.
Zigzag Conversion - Leetcode 6 - Java
9:58
Mastering Programming
Рет қаралды 9 М.