项目作者: yashvardhan-rustedlegend

项目描述 :
Given a set of N nuts of different sizes and N bolts of different sizes. There is a one-one mapping between nuts and bolts. Match nuts and bolts efficiently. Comparison of a nut to another nut or a bolt to another bolt is not allowed. It means nut can only be compared with bolt and bolt can only be compared with a nut to see which one is bigger/smaller. The elements should follow the following order! # $ % & * @ ^ ~ .
高级语言: C++
项目地址: git://github.com/yashvardhan-rustedlegend/Nuts-and-Bolts-Problem.git
创建时间: 2021-05-28T12:56:16Z
项目社区:https://github.com/yashvardhan-rustedlegend/Nuts-and-Bolts-Problem

开源协议:GNU General Public License v3.0

下载