DSA/algorithms/Java
Faizan711 911e6a0094
Create NKnights.java
This is a Java Program to find all the possible combinations to place N Knights in an NxN Chessboard such that they all are non-attacking to each other.
2022-08-08 12:46:58 +05:30
..
Maths chore(Java): added fibonacci using matrix exponentiation (#540) 2022-01-17 14:29:19 -04:00
arrays chore(Java): add merge without extra space for two array (#592) 2021-10-19 09:10:00 -04:00
backtracking Create NKnights.java 2022-08-08 12:46:58 +05:30
bit-manipulation chore(Java): add Count Set Bits (#600) 2021-10-20 07:01:53 -04:00
graphs Algorithms Documentation [Java] 2021-04-17 02:49:56 +02:00
linked-lists chore(Java): add fold-linked-list (#266) 2021-04-28 09:56:17 -04:00
queues chore(Java): add priority queue array (#575) 2021-10-14 08:51:33 -04:00
recursion chore(Java): add recursion algorithms (#636) 2021-11-20 10:12:57 -04:00
scheduling Algorithms Documentation [Java] 2021-04-17 02:49:56 +02:00
searching enh(Java): add comments for binary search (#776) 2022-07-19 19:11:47 -04:00
sorting chore(Java): add cyclic sort algo (#442) 2021-09-06 11:40:52 -04:00
stacks chore(Java): add finding min value on stack (#622) 2021-11-16 14:44:30 -04:00
strings chore(Java): add reverse string (#591) 2021-10-20 10:56:54 -04:00
trees chore(Java): add random node in a binary tree (#659) 2022-01-05 09:23:09 -04:00
README.md chore(Java): added fibonacci using matrix exponentiation (#540) 2022-01-17 14:29:19 -04:00

README.md

Java

Arrays

Graphs

Linked Lists

Maths

Queues

Scheduling

Searching

Sorting

Stacks

Strings

Trees

Backtracking

Bit Manipulation

Recursion