mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #10] [MERGED] Added Longest increasing subsequence algorithm, and optimized variance.c #220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/10
Author: @alaouimehdi1995
Created: 4/5/2017
Status: ✅ Merged
Merged: 4/15/2017
Merged by: @dynamitechetan
Base:
master← Head:master📝 Commits (4)
1633281Modified variance.c: renamed file (lowercase), better filling method (with realloc), optimized sorting and more readable codefb4ce20Adding an algorithm that returns the longest increasing subsequence from an arrayb893041Optimizing code and renaming variablesa70400eMain reviewed, space added between operators (+,..)📊 Changes
4 files changed (+142 additions, -56 deletions)
View changed files
➕
LongestSubSequence.c(+88 -0)➖
VARIANCE.C(+0 -56)📝
a.out(+0 -0)➕
variance.c(+54 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.