Skip to content
#

algorithms-and-data-structures

Here are 1,972 public repositories matching this topic...

hackerrank solutions github | hackerrank all solutions | hackerrank solutions for java | hackerrank video tutorial | hackerrank cracking the coding interview solutions | hackerrank data structures | hackerrank solutions algorithms | hackerrank challenge | hackerrank coding challenge | hackerrank algorithms solutions github| hackerrank problem solving | hackerrank programs solutions | JAVAAID |all hackerrank solutions | Coding Interview Preparation

  • Updated Oct 24, 2020
  • Java
AlgorithmsAndDataStructure
sparkskapil
sparkskapil commented Oct 23, 2020

Implement remove and insertAt method for linked list class.

what will change -
The C++/Data Structure/Linked List/linkedList.cpp will be changed.
Two new methods will be added.

  1. remove: It will take the index of the node and remove it from the list.
  2. insertAt: It will take the index and data and create a node and insert at the specified index of the list.

Type of

AhmadShaaban
AhmadShaaban commented Oct 24, 2020

Maximum Frequency Stack

What will change -

Add new leetcode problem in the C++ folder with optimized C++ solution

Type of Issue -

  • Adding New Code

Programming Language

  • C++

Self Check

  • Ask for issue assignment and wait to get assigned to it before making Pull Request.
  • Add your file in the proper folder
  • Clean Code and `Docu

Improve this page

Add a description, image, and links to the algorithms-and-data-structures topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the algorithms-and-data-structures topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.