Skip to content
#

algorithms-and-data-structures

Here are 1,984 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 26, 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

jvishad
jvishad commented Oct 26, 2020

ZigZag Conversion

What will change - I am adding code for this problem.

Type of Issue - Adding code which i had written on leetcode and submitted.

Please add/delete options that are not relevant.

  • Adding New Code
  • Improving Code
  • Improving Documentation
  • Bug Fix

Programming Language

Please add/delete options that are not relevant.

  • Pyth
jvishad
jvishad commented Oct 26, 2020

Submission Title
N queen problem using bitmasking

Submission Type
Algorithm/bitmasking

Submission Description
Solved a N queen problem using bitmasking,this is very important concept for solving advanced problems.

Submission Directory
Folder(Algorithm) => Sub_Folder(Bitmasking) => ... => N_queen_problem_using_bitmasking.cpp

Contributors

  • C+

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.