OpenGenus/cosmos

Add code for longest bitonic sequence in any language

Open

#1,437 创建于 2017年10月14日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)C++ (3,724 fork)batch import
Hacktoberfestadd codenew algorithm

仓库指标

Star
 (13,462 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Add the code for longest bitonic sequence in any language ( C, JavaScript, Java, Go, Python or any other)

A bitonic Sequence is a sequence of numbers which is first strictly increasing then after a point strictly decreasing.

The code should be placed at code/dynamic_programming/longest_bitonic_sequence

Sample C++ code: see

Note: multiple contributors can work on this issue as it has multiple parts (languages)

Your pull request will be reviewed by maintainers instantly.

For contribution guidelines, see this

If you need any help, let us know.

贡献者指南