akshitagit / akshitagit/CPP

Counting Inversions Problem

Đang mở
#229 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
algorithms C C++ CPP good first issue hacktoberfest Hacktoberfest2020
Ngôn ngữ chính
C++
Star
504
Fork
436
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### Description
Given an array A, count the total number of possible inversions. If there indices i and j such that i > j and A[i] < A[j], then there is a possible inversion.
May I add the solution to this problem, using Divide and Conquer method? Should I create a new folder named Divide and Conquer? Or should I add this code to Array folder?

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.