Code-Crossroad icon indicating copy to clipboard operation
Code-Crossroad copied to clipboard

This project contains the carefully compiled Data Structures & Algorithm questions asked by the companies that visit Banasthali Vidyapith on-campus.

Results 27 Code-Crossroad issues
Sort by recently updated
recently updated
newest added

good first issue
Dynamic Programming
Hacktoberfest

**Aim: You are given an m x n grid where each cell can have one of three values:** **0 representing an empty cell,** **1 representing a fresh orange, or** **2...

Fixes the issue #135

Array
Dynamic Programming
intermediate
Hacktoberfest

Added C++ solution for left rotation of array #135

A conveyor belt has packages that must be shipped from one port to another within ''days'' days. The ith package on the conveyor belt has a weight of weights[i]. Each...

Hey @Vanshikagarg17 @Ananyaas I have added the required solution in java for infix to postfix conversion . Please review this PR Thanks:)

Bottom-Up DP solution of Longest Increasing Subsequence problem