Skip to content
#

sorting

Here are 917 public repositories matching this topic...

GianlucaFrongia
GianlucaFrongia commented Oct 3, 2018

First of all, a huge thank you for this awesome project. We use it in production at our company and it works just great (has saved us many hours of coding) 💯 💯
I also want to contribute to this project in some way, but im still new in the Javascript world.
Anyway, here are some ways in which I am capable to help with::

cclauss
cclauss commented Nov 28, 2019

golangci-lint run --no-config searches

##[error]searches/binary_search.go:20:6: `iterBinarySearch` is unused (deadcode)
func iterBinarySearch(array []int, target int, lowIndex int, highIndex int) int {
     ^
##[error]searches/binary_search.go:6:6: func `binarySearch` is unused (unused)
func binarySearch(array []int, target int, lowIndex int, highIndex int) int {
     ^
Morwenn
Morwenn commented Sep 26, 2019

This is a meta-issue about solving issues specific to the documentation and ideas about improving the state of things. Here is an unstructured list of issues, ideas and solutions:

  • I am currently the only one able to edit the wiki and thus update the documentation.
  • I could put the documentation in the code but it wouldn't have the nice layout of the wiki.
  • I could probably put the documenta
BlazorTable
conficient
conficient commented Jan 21, 2020

Do we need to consider the structure of the examples and documentation? I noticed you separated the code samples app into a "Shared" project, and then added Server and WASM versions - that was a good idea.

Samples

When I added EmptyDataTemplate I added an example page, EmptyData.razor, but that could lead a very cluttered Pages folder. Perhaps we could add a Features folder to the sample

Improve this page

Add a description, image, and links to the sorting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sorting topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.