How to Hash Negative Numbers in Competitive Programming 🤔🤔

  Рет қаралды 89,037

Luv

Luv

Күн бұрын

Пікірлер: 51
@iamluv
@iamluv 3 жыл бұрын
PRE-COMPUTATION PLAYLIST : kzbin.info/aero/PLauivoElc3ginp_2p2cX5i-jrBI32xGuX FREE COMPETITIVE PROGRAMMING COURSE PLAYLIST : kzbin.info/aero/PLauivoElc3ggagradg8MfOZreCMmXMmJ-
@jay-rathod-01
@jay-rathod-01 3 жыл бұрын
Bhaiiia u really know how to make shorts🤩
@sagnikmitra710
@sagnikmitra710 3 жыл бұрын
Bhaiya apke shorts videos boht interesting hota hai❤️❤️
@AmitMaurya-vo4lj
@AmitMaurya-vo4lj 10 күн бұрын
Thank you bhaiya ❤
@elemento8763
@elemento8763 3 жыл бұрын
Awesome Short Video, once again Sir
@justworkfine321
@justworkfine321 2 жыл бұрын
Why 6?
@yashwantpradhan
@yashwantpradhan 11 ай бұрын
Because the minimum negative value is -6. And the remaining negative values are greater than -6(like -4). So, if we add 6 to each one of them, then all the values will be positive.( Ex- -6+6=0, -4+6=2). @@justworkfine321
@ankithreddyadudodla7673
@ankithreddyadudodla7673 3 жыл бұрын
Waiting for more!!!
@munishkumar6022
@munishkumar6022 3 жыл бұрын
🔥🔥 thnx sir
@araragikoyomi7186
@araragikoyomi7186 3 жыл бұрын
Maps always come in handy in cp
@lakshsinghania
@lakshsinghania Жыл бұрын
bro, ur rating on cf ?
@araragikoyomi7186
@araragikoyomi7186 Жыл бұрын
@@lakshsinghania 1563
@lakshsinghania
@lakshsinghania Жыл бұрын
@@araragikoyomi7186 cool cool
@s.aravindh6227
@s.aravindh6227 3 жыл бұрын
Nice video bro 👍👍
@ritukalpa_gogoi
@ritukalpa_gogoi 3 жыл бұрын
🙌🙌
@bhavyamathur211
@bhavyamathur211 3 жыл бұрын
Well adding a positive of the minimum number is a bad idea. You can design a hash function instead or use a previously defined constant time hash function.
@manishkumarmahato2481
@manishkumarmahato2481 2 жыл бұрын
🔥
@kamleshjoshi2949
@kamleshjoshi2949 3 жыл бұрын
Hey @luv bro can you make a video and hands on for maps..plz beginners need it!!
@iamluv
@iamluv 3 жыл бұрын
tomorrow i am posting it. as part of my competitive programming course its the next thing in the course. Course playlist link is in description
@narayanipandey4319
@narayanipandey4319 Жыл бұрын
Aur agar no. ki range (-N/2) to +(N/2) ho where N is maximum limit storage of int data type, tb fir kaise hashing karenge
@GANESHSINGH-oe2wy
@GANESHSINGH-oe2wy 3 жыл бұрын
🙏🏻 🙏🏻Sir, aap padhate waqt highlight krne ke liye konsa softwate use krte ho (jo laser jaisa dikhta hai phir apne aap gayab ho jata hai) 🙏🏻🙏🏻
@anjalipatel3786
@anjalipatel3786 3 жыл бұрын
Why we have to add only 6?
@mobtricks257
@mobtricks257 3 жыл бұрын
Brother c+ par bhi bana video full cross
@iamluv
@iamluv 3 жыл бұрын
Bhai bana hua hai.. course ko jo link diya hai usme phle10-11 videos pura c++ pe hi hai.
@Sarkar.editsz
@Sarkar.editsz 2 жыл бұрын
Waah
@dattawarade
@dattawarade 2 жыл бұрын
Negetive number ko absolute value directly concert nahi kr sakte kya.
@mohan_792
@mohan_792 Жыл бұрын
nhi bro, agar voh positive number bhi already array mai hua toh count galat ho jaayega.
@Live-hh6li
@Live-hh6li 3 жыл бұрын
Crisp like papad
@sharansunil4589
@sharansunil4589 3 жыл бұрын
How long will this course continue bro. By which episode will we have full expertise over CP
@iamluv
@iamluv 3 жыл бұрын
Basics should be covered by around episode 50. i guess maybe, for advanced there is no end i feel, there are just so many topic i could discuss but i will see what i would discuss and what i wouldnt.
@darshantawte7435
@darshantawte7435 3 жыл бұрын
you can't become an expert in CP until you solve problems that too in contest. There is no point in just learning and not solving problems.
@ru2979
@ru2979 2 жыл бұрын
ek inssaan ne pucha hai 😂 🤣😂 lit bhai
@himanshusahu3259
@himanshusahu3259 3 жыл бұрын
Bhai ek question hai Main difference between class template and function template????? Please ans🙏
@deepanshumishra4568
@deepanshumishra4568 3 жыл бұрын
Template class me tum ek class k bahut saare member function ko implement krke use krte ho apne program me But ek template function me tum sirf ek hi function ko use kr sktey ho. Class ka main purpose hota h bahut saare functions ko group krna, isliye hum template class kya use krtey h Or template function ka use tb krtey h jb ek hi operation performe krna ho
@himanshusahu3259
@himanshusahu3259 3 жыл бұрын
@@deepanshumishra4568 Thanks bro
@omprasadrathod3600
@omprasadrathod3600 3 жыл бұрын
What if our array element is like -14 then if we add 6 in this then index is -8 then how could be possible to store at this index🤔
@texz1359
@texz1359 3 жыл бұрын
I know I am late but if the lowest negative number is mentioned I mean if range of array is from -M to +N where m and n are any number then just add M to every element that is to be added to the array and when giving the answer just subtract it. cout
@adheeshpatairiya7353
@adheeshpatairiya7353 3 жыл бұрын
how to hash when the values of array exceeds 1e5 ? as integer max can be up to 1e9. Any Optimized method?
@iamluv
@iamluv 3 жыл бұрын
you have to use an implementation of a hash table, in c++ you can use maps or unordered maps
@sahilbafna4970
@sahilbafna4970 3 жыл бұрын
What if the value is INT_MAX
@iamluv
@iamluv 3 жыл бұрын
use stl
@scaryme4662
@scaryme4662 3 жыл бұрын
thambnel alag alag dalo brooooo
@Hehe-zm1lg
@Hehe-zm1lg 2 жыл бұрын
Hello sir can you help me
@udaymishra5916
@udaymishra5916 3 жыл бұрын
Ye abhi bhi clear nhi hua sir ji
@iamluv
@iamluv 3 жыл бұрын
you can ask doubts in discord
@puspendrayadav8931
@puspendrayadav8931 2 жыл бұрын
00:02 wtf Insaan he puchega aur kaun puchega😂😂
@syeddanishrahman8412
@syeddanishrahman8412 3 жыл бұрын
First comment
@ssxpbbujmvyyehssdrhb285
@ssxpbbujmvyyehssdrhb285 3 жыл бұрын
text
@ssxpbbujmvyyehssdrhb285
@ssxpbbujmvyyehssdrhb285 3 жыл бұрын
text
@ssxpbbujmvyyehssdrhb285
@ssxpbbujmvyyehssdrhb285 3 жыл бұрын
text
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Hashing Algorithms and Security - Computerphile
8:12
Computerphile
Рет қаралды 1,5 МЛН
Starting Competitive Programming - Steps and Mistakes
9:55
William Lin (tmwilliamlin168)
Рет қаралды 1,4 МЛН
How to start Competitive Programming? For beginners!
9:43
Errichto Algorithms
Рет қаралды 1,1 МЛН
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 2,6 МЛН
Hash Functions 🔥🔥
7:27
Perfect Computer Engineer
Рет қаралды 116 М.
What is Hash Value || All About Hash Values Explained
14:09
Masters In Ethical Hacking
Рет қаралды 8 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН