Cracking The Coding Interview |URLify The Given String | Competitive Programming | Array Problem

  Рет қаралды 4,876

Pawan S Nair

Pawan S Nair

Күн бұрын

Пікірлер: 13
@ritesh890
@ritesh890 3 жыл бұрын
line 13 : index should be compared with str.length line 14: should be str[index] = '\0'; i.e if the "index" calculated is less than the original string "str" then that means, str has extra spaces so to avoid those extra spaces in the final result we add null char at "index" position.
@thohuynh437
@thohuynh437 Жыл бұрын
Thanks for explanation. I think the author just copy code in the book. I'm reading the 6th edition of the book and was confused by those 2 lines
@dinosaurperson2349
@dinosaurperson2349 4 жыл бұрын
I cant understand why its str[index-1] rather than just str[index] which would make the others str[index-1] and str[index -2]
@neghatnazir1668
@neghatnazir1668 4 жыл бұрын
thanks again :), can you pls tell me what is true length here? length of given string with all the whitespaces in between and end ? or length of string from from 0 to last char?
@pawansnair997
@pawansnair997 4 жыл бұрын
"Mr John Smith " True length for this is 13
@neghatnazir1668
@neghatnazir1668 4 жыл бұрын
@@pawansnair997 thanks got it! :)
@Explorebyrajat0
@Explorebyrajat0 Жыл бұрын
Done mil gaya
@raz478
@raz478 3 жыл бұрын
I think, instead of str[trueLength] = '\0' it should be str[index] = '/0'. NO?
@steved.1091
@steved.1091 2 жыл бұрын
This line is totally unnecessary in Java, seems like he just copy-pasted the solution from the book. And for C/C++ it should be str[index]
@loveki5369
@loveki5369 Жыл бұрын
Bhai apney concept shi se nhi smjha, ye aesey nhi hoga, apney code voh gayle lokmam mackdowell vali book se same to same teep diya hai
@jaydipbarvaliya
@jaydipbarvaliya 4 жыл бұрын
you earn new SUB
@aqibishaq885
@aqibishaq885 4 жыл бұрын
bro bring a java video
@pawansnair997
@pawansnair997 4 жыл бұрын
Sure
1.3 URLify | Cracking the Coding Interview Solution
7:33
Code with Carter
Рет қаралды 747
Making an Algorithm Faster
30:08
NeetCodeIO
Рет қаралды 165 М.
Thank you Santa
00:13
Nadir Show
Рет қаралды 59 МЛН
One day.. 🙌
00:33
Celine Dept
Рет қаралды 74 МЛН
Google Coding Interview With A Facebook Software Engineer
49:59
Clément Mihailescu
Рет қаралды 948 М.
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 7 МЛН
«Если 50 детей не рожу - ничего не добился»
1:26:17
Саша Сулим
Рет қаралды 1,9 МЛН
Cracking The Coding Interview | 1.3 | URLify
20:46
MindfulBit
Рет қаралды 1,9 М.
All Rust string types explained
22:13
Let's Get Rusty
Рет қаралды 186 М.
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 298 М.
Master Pointers in C:  10X Your C Coding!
14:12
Dave's Garage
Рет қаралды 332 М.
Sliding Window Technique - Algorithmic Mental Models
36:45
Ryan Schachte
Рет қаралды 365 М.