Skip to main content

Posts

Showing posts with the label placements

HACKERRANK -- DELETE A NODE AT A GIVEN POSITION

  HACKERRANK --  DELETE A NODE AT A GIVEN POSITION Delete the node at a given position in a linked list and return a reference to the head node. The head is at position 0. The list may be empty after you delete the node. In that case, return a null value. Example After removing the node at position  ,  . Function Description Complete the  deleteNode  function in the editor below. deleteNode  has the following parameters: -  SinglyLinkedListNode pointer llist:  a reference to the head node in the list -  int position:  the position of the node to remove Returns -  SinglyLinkedListNode pointer:  a reference to the head of the modified list Input Format The first line of input contains an integer  , the number of elements in the linked list. Each of the next   lines contains an integer, the node data values in order. The last line contains an integer,  , the position of the node to delete. Constraints , wh...

Best 5 programming Blogs for beginners

  Hello guys, Here I will be sharing best 5 PROGRAMMING BLOGS that I'm following from my beginning stage to increase my programming skills. 1. Hackr.io :                                   This blog provides aggregate courses on almost all subjects and programming languages. It allows us to choose courses by filtering them with their type, fee and reviews. It's merely the best platform for leaners and educators all around the world. 2. Code Wall :                                      This blog enhances your coding skills if you want to become a developer. This blog is useful for front-end as well as back-end developers. You'll get hell lot of courses to get trained in programming. 3. Hongkiat :                     ...

PLACEMENT PREPARATION PLAN

  Hey guys!😃 The placement season is the toughest part that one faces in his life where you lose all your faith and confidence. First importantly you need to have three things in your mind.              1.The ability to face rejections.              2.A lot of patience.              3.Never ever give up               Luck is also an important factor that you have to start believing . Here comes the academic part you need to cover for your placements: 1.APTITUDE- Aptitude is most probably the first round that you need to face in interviews. Without clearing this , you could not reach the next step towards placements. Aptitude is of three parts:          1.Quantative Aptitude          2.Logica...