Hey i really love your videos. They are more effective than our college lectures. What do you do for living? I think you are a professor at some university. Please tell what do you work...
Hello, at 8:09 we defined the Tree class, and we defined the __lt__ method for it, which precises how should two Tree objects be compared, by frequency in our case.
@@insidecode Thank you! I just figured it out! I really appreciate your reply! I developed the habit that the first thing in the morning I will do is watch one algorithm or data structure video on your channel! It takes me some time to absorb it but I learned a lot. After watching your explanation, I feel leetcode become easier to practice! Then I will practice at least 2 leetcode and watch neetcode's solution. You guys are both incredible!! Thank you!
Damn I really needed video on this! Thank you so much! Please keep on doing such amazing work
You're welcome!
Love your videos, they help so much when trying to learn!
Thankss
Thank you very much, although I still have doubts on how to print this methods so I can follow better the process, may you help me?
Please make a video on Convex hull algorithm
Soon!
Hey! I was wondering if you can help me understand the quake2 Huffman coding inside cin video files maybe in a video?
The example: 4:51
Much needy.
Thanks.
You're welcome!
Hey i really love your videos. They are more effective than our college lectures. What do you do for living? I think you are a professor at some university. Please tell what do you work...
Thanks! I am still studying and for living I run inside code
@@insidecode what are you studying masters or bachelor and which subject?
Masters in AI
@@insidecode All the best. I am recommending your videos to my juniors and friends. They love it
Hi, Could you explain10:57 line 4 heapq.heapfify(pq) ? pq is a user-defined strucure, how heapq knows which one represents the priority?
Hello, at 8:09 we defined the Tree class, and we defined the __lt__ method for it, which precises how should two Tree objects be compared, by frequency in our case.
@@insidecode Thank you! I just figured it out! I really appreciate your reply! I developed the habit that the first thing in the morning I will do is watch one algorithm or data structure video on your channel! It takes me some time to absorb it but I learned a lot. After watching your explanation, I feel leetcode become easier to practice! Then I will practice at least 2 leetcode and watch neetcode's solution. You guys are both incredible!! Thank you!
@@LunaFlahy You're welcome! Good luck!
How would you implement this code?
I implemented it, watch the whole video
line 34 to 40 code is unreachable ( in build_map function ) !?
Hello, why would it be unreachable?