# lintcode **Repository Path**: japin/lintcode ## Basic Information - **Project Name**: lintcode - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-04 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LintCode | # | Title | Tags | |----------|------------------------------------------|-----------------------------------------------------| | [0006][] | [Merge Two Sorted Arrays][] | Two Pointers, Array, Same Direction Two Pointers | | [0064][] | [Merge Sorted Array][] | Two Pointers, Array | | [1601][] | [Boats to Save People][] | Greedy, Two Pointers | | [1819][] | [Longest Semi Alternating Substring][] | Two Pointers | | [1870][] | [Number of Substrings with All Zeroes][] | String, Two Pointers | | [1886][] | [Moving Target][] | Two Pointers, Same Direction Two Pointers | | [1901][] | [Squares of a Sorted Array][] | Two Pointers, Sort, Opposite Direction Two Pointers | [0006]: https://www.lintcode.com/problem/merge-two-sorted-arrays/ [0064]: https://www.lintcode.com/problem/merge-sorted-array/ [1601]: https://www.lintcode.com/problem/boats-to-save-people/ [1819]: https://www.lintcode.com/problem/longest-semi-alternating-substring/ [1870]: https://www.lintcode.com/problem/number-of-substrings-with-all-zeroes/ [1886]: https://www.lintcode.com/problem/moving-target [1901]: https://www.lintcode.com/problem/squares-of-a-sorted-array/ [Merge Two Sorted Arrays]: ./0006-Merge.Two.Sorted.Arrays [Merge Sorted Array]: ./0064-Merge.Sorted.Array [Boats to Save People]: ./1601-Boats.to.Save.People [Longest Semi Alternating Substring]: ./1819-Longest.Semi.Alternating.Substring [Number of Substrings with All Zeroes]: ./1870-Number.of.Substrings.with.All.Zeroes [Moving Target]: ./1886-Moving.Target [Squares of a Sorted Array]: ./1901-Squares.of.a.Sorted.Array