Skip to content

issues Search Results · repo:TheAlgorithms/TypeScript language:TypeScript

Filter by

23 results
 (75 ms)

23 results

inTheAlgorithms/TypeScript (press backspace or delete to remove)

I was searching for TypeScript resources and came across this repository. However, when I checked the About section, I noticed that the provided link is broken and returns a 500 Internal Server Error.😢 ...
  • SimonAllen0901
  • Opened 
    on Mar 4
  • #281

Motivation I have been looking at the code for checking whether an array is sorted and this is the current implementation: export function isSortedArray(arr: number[]): boolean { for (let i = 0; i ...
enhancement
  • codeme254
  • 5
  • Opened 
    on Nov 15, 2024
  • #275

Motivation I ve been reviewing the Quicksort partition implementation in this repository. Specifically, I m focusing on the following segment of the code: while (i j) { while (array[++i] pivot); ...
enhancement
  • zsh-eng
  • 1
  • Opened 
    on Mar 2, 2024
  • #232

Motivation Having gitpod ready repo makes contribution easy and also it does not requires to setup environment locally I have worked on similar issue in PHP repo of TheAlgorithms https://github.com/TheAlgorithms/PHP/issues/130 ...
enhancement
low priority
  • rohitkbc
  • 1
  • Opened 
    on Nov 10, 2023
  • #215

Motivation TypeScript (and JavaScript) has the capability of using Generator functions, which can help us in generating sequences. There already exists a category for Sequences, which was made for C# ...
enhancement
  • SpiderMath
  • 3
  • Opened 
    on Oct 19, 2023
  • #210

Description `Summary of all failing tests FAIL backtracking/test/generateparentheses.test.ts ● Test suite failed to run backtracking/test/generateparentheses.test.ts:1:37 - error TS2307: Cannot find ...
bug
  • dev-madhurendra
  • 1
  • Opened 
    on Oct 4, 2023
  • #176

Motivation Quick Select test case is failing due to this overall PR builds is failing. Need to fix that ! Screenshot from 2023-10-02 21-21-28 Examples No response Possible workarounds No response ...
bug
  • dev-madhurendra
  • 4
  • Opened 
    on Oct 2, 2023
  • #169

Motivation The Python code run in our GitHub Action directory_formatter.yml should be replaced by TypeScript code so that contributors to this repo are better able to maintain it. This process should ...
enhancement
low priority
  • cclauss
  • 11
  • Opened 
    on Mar 14, 2023
  • #115

Motivation I am writing to suggest the addition of a new feature to the algorithms repository - the selection sort algorithm. Selection sort is a popular sorting algorithm that is simple to understand ...
enhancement
  • awais019
  • Opened 
    on Feb 2, 2023
  • #95

Currently, there is no issue template for reporting bugs.
documentation
  • zendranm
  • Opened 
    on Oct 18, 2022
  • #66
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub