Skip to content
#

backtracking-algorithm

Here are 326 public repositories matching this topic...

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

Currently Implemented Word Searching, Path Finding (Dijkstras, BFS, DFS, A Star, BiDirectional) Sorting (Merge, Quick, Heap, Bubble, Insertion, Selection) Backtracking (NQueen Problem) Searching (Linear, Binary)

  • Updated Oct 20, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the backtracking-algorithm 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 backtracking-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.