Posts

How to crack the interviews and get a decent job?

How to crack the interviews and get a decent job? So, the organizations will be coming in many colleges soon, and conduct their shortlisting tests. Now, I will be talking very short and to the point. Each point is important. Basic Skill Set (BSS):  1. Quick implementation & debugging (practise questions on codeforces, hackerrank, participate in contests) 2. String Matching (important, KMP, Z-Algorithm, etc) 3. Binary Search , Sorting, STL (sets, maps, unordered set/map, vector, sort) - very very very useful 4. Data Structures - (Linked Lists, stacks, queues, BIT useful, Segment Tree - asked in Google) 5. Dynamic Programming - very very important (medium level problems, all companies ask) 6. Binary Trees & BST - super important! (All companies ask this) 7. DFS/BFS questions on Graphs (Dijsktra and flows are rarely asked) 8. DP on Trees (yes, an important topic) 9. Greedy, Backtracking - (Important, can be tricky) 10. Math Concepts like Prime Seive - Not that much

Interview Preparation Kit

Interview Preparation Resources : 1. Data Structures and Algorithms Must Do Problems on Topic Wise (GFG) Must Do Problems on Topic Wise (Practice) (GFG) Complete DSA Roadmap (InterviewBit) Abdul Bari Standard DSA Playlist (YT) Leetcode Problems 2. Programming Language OOPs Commonly Asked Questions 1 (GFG) Quiz (GFG) How to draw Class Diagrams (YT) C++ Commonly Asked Questions 1 (GFG) Commonly Asked Questions 2 (GFG) Quiz (GFG) Java Commonly Asked Questions 1 (GFG) Commonly Asked Questions 2 (GFG) Quiz (GFG) 3. Database Management Systems Most Important DBMS Questions + Video Crash Course (InterviewBit) SQL Syntax Ref Commonly Asked Questions 1 (GFG) Commonly Asked Questions 2 (GFG) SQL Problems (Leetcode) How to draw ER Diagram (YT) Sanchit Jain Complete Playlist (YT) 4. Operating Systems Commonly Asked Questions 1 (GFG) Sanchit Jain Complete Playlist (YT) Quiz (GFG) 5. System Design Usually not asked during Internship Interviews Gaura

gamee

Housie Tambola (current) Conatact Profile My account Log out 0 19 0

Dinosaurus_Island_Character_level_language_model

Image
Dinosaurus_Island_Character_level_language_model_final_v3a Character level language model - Dinosaurus Island ¶ Welcome to Dinosaurus Island! 65 million years ago, dinosaurs existed, and in this assignment they are back. You are in charge of a special task. Leading biology researchers are creating new breeds of dinosaurs and bringing them to life on earth, and your job is to give names to these dinosaurs. If a dinosaur does not like its name, it might go berserk, so choose wisely! Luckily you have learned some deep learning and you will use it to save the day. Your assistant has collected a list of all the dinosaur names they could find, and compiled them into this dataset . (Feel free to take a look by clicking the previous link.) To create new dinosaur names, you will build a character level language model to generate new names. Your algorithm will learn the different name patterns, and randomly generate new names. Hopefu