aliezzahn / longest-subsequence-with-decreasing-adjacent-differenceView external linksLinks
Your task is to find the length of the longest subsequence seq of nums, such that the absolute differences between consecutive elements form a non-increasing sequence of integers. In other words, for a subsequence seq0, seq1, seq2, ..., seqm of nums, |seq1 - seq0| >= |seq2 - seq1| >= ... >= |seqm - seqm - 1|.
☆25Feb 27, 2025Updated 11 months ago
Alternatives and similar repositories for longest-subsequence-with-decreasing-adjacent-difference
Users that are interested in longest-subsequence-with-decreasing-adjacent-difference are comparing it to the libraries listed below
Sorting:
- A plugin for rsbuild.dev that enables importing and rendering Markdown files as React components or pure HTML.☆26May 4, 2025Updated 9 months ago
- Balue: Advanced Multi-Layer Encryption Explore the intricacies of cryptographic techniques with Balu, a Python library implementing a so…☆25Jun 10, 2024Updated last year
- Mini Python Project - Password Generator☆25Feb 26, 2023Updated 2 years ago
- A toolkit to help developers optimize gas usage in Ethereum smart contracts and transactions.☆26Feb 13, 2025Updated last year
- HN CORE WEBSITE☆25Apr 2, 2025Updated 10 months ago
- A utility library for simplifying common Web3 tasks like generating wallets.☆25Feb 13, 2025Updated last year
- auto-changelog-generator is a tool for generating changelogs automatically from GitHub issues and pull requests.☆25May 29, 2024Updated last year
- Solve knapsack-problem with bun js☆25Sep 26, 2023Updated 2 years ago
- ♻️ The best way to reuse your code.☆10Dec 1, 2024Updated last year
- ☆10Dec 22, 2023Updated 2 years ago
- Fluence Docs☆10Apr 15, 2024Updated last year
- A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LS…☆10Mar 15, 2025Updated 10 months ago
- ☆10Aug 18, 2022Updated 3 years ago
- ☆10Dec 22, 2023Updated 2 years ago
- First Steps with Laravel☆10Oct 14, 2024Updated last year
- A comprehensive, up-to-date collection of information about several thousands (!) of crypto tokens.☆10Jan 28, 2024Updated 2 years ago
- ☆10Mar 26, 2024Updated last year
- async alternatives to browser alert() and prompt() and confirm()☆10Dec 8, 2024Updated last year
- A from-scratch experimental AOT JS engine, written in JS☆10Aug 4, 2024Updated last year
- To solve the problem of selecting cells in a grid to maximize the score, we need to consider the constraints and optimize both runtime an…☆25Feb 27, 2025Updated 11 months ago
- Solve the problem of finding the length of the longest Fibonacci-like subsequence in a given array.☆25Feb 27, 2025Updated 11 months ago
- This project implements a solution to the "Merge Sorted Array" problem in Rust, where two sorted arrays are merged into a single sorted a…☆25Feb 24, 2025Updated 11 months ago
- An Rsbuild plugin to customize CSS minification, allowing you to choose between cssnano (JavaScript-based) or Lightning CSS (Rust-based) …☆26May 4, 2025Updated 9 months ago
- Build with BUN☆25Sep 19, 2023Updated 2 years ago
- 🚀 Real-time Ethereum Gas Fee Predictor with responsive design and theme switching. Analyze blockchain transaction costs, predict optimal…☆25Mar 5, 2025Updated 11 months ago
- In this machine learning project, you will be learn how to implement game in Alpha-MCTS algorithm. Alpha-MCTS algorithm is a game-playing…☆25Mar 4, 2023Updated 2 years ago
- find the shortest transformation sequence from the begin_word to the end_word using words from the word_list. Each transformation must ch…☆25Feb 24, 2025Updated 11 months ago
- A Node.js module for converting Markdown files to HTML using Rust☆26May 3, 2025Updated 9 months ago
- Given two strings `s` and `t`, find the smallest substring in `s` that contains all the characters of `t`.☆25Feb 25, 2025Updated 11 months ago
- ☆25Sep 11, 2023Updated 2 years ago
- An application that validates Iranian National Identification Numbers (کد ملی) for correctness, ensuring they follow the official algorit…☆25Mar 16, 2025Updated 10 months ago
- This Rust project provides an optimized implementation of the "Find Substring" problem using a **sliding window approach with HashMaps**.☆25Feb 24, 2025Updated 11 months ago
- This project solves the problem of finding the most profitable path for Alice in a tree, given that Bob is also moving from a specific no…☆26Feb 24, 2025Updated 11 months ago
- The problem involves calculating the amount of rainwater that can be trapped between the bars of an elevation map represented by a vector…☆25Feb 24, 2025Updated 11 months ago
- Rust library for code problems☆26Feb 28, 2025Updated 11 months ago
- A Rust library that calculates the maximum absolute sum of any subarray within a given array of integers.☆25Feb 26, 2025Updated 11 months ago
- A beginner-friendly Python project to build an AI research assistant using LangChain, with tools like Wikipedia, web search, and file sav…☆26Mar 15, 2025Updated 11 months ago
- This project implements a solution to the "Remove Element" problem where we need to remove all occurrences of a given value from an array…☆25Feb 24, 2025Updated 11 months ago
- A unified API for interacting with multiple blockchains.☆25Feb 13, 2025Updated last year