Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [search]

Ask Question

This tag is for questions about search algorithms, tools, and technologies.

393 questions
Filter by
Sorted by
Tagged with
3votes
0answers
64views

Here's a search field that I wrote for our project.What do you think?ShortcutsCtrl+F Show the search field.Ctrl+F (when the ...
Sergey's user avatar
2votes
1answer
217views

I decided to work on an idea I had to 'optimize' the classic C functionstrstr.Most of the implementations I had seen that did not make use of advanced ...
3votes
2answers
119views

I've written a custom Live Search & Highlight function in vanilla JS. It is working and does what I expect it to.The issue is that the more items I add to the page content to search, the slower ...
2votes
1answer
105views

I have this function to search for a specific contact inside a contact management program. I want to know the following:Is returning the contact object as a pointer(...
HusenPatel's user avatar
2votes
1answer
108views

I try to solve this question: B. Informatics in MAC at CodeforcesTo solve it, I think I need to calculate the prefix and suffix array of MEX. I made observation that making only 1 subsegment will ...
Szyszka947's user avatar
4votes
3answers
343views

I have this GitHub repository. It implements the command-line version of the Connect Four game. The AI bot is implemented via Alpha-beta pruning.Code...
3votes
0answers
131views

Performs interpolation binary search over an array sorted in ascending order. If value found returns found and index else returns not found, the insertion index is returned.Assumptions :data is ...
Pragmatic's user avatar
3votes
1answer
134views

This is the forth iteration of the Fast search for the longest repeating substrings in large text (Rev.3) code review. Special thanks goes to G. Sliepen who conducted all the reviews.Functional ...
Damir Tenishev's user avatar
3votes
1answer
203views

Since initial question Increasing binary search for mismatch in sorted range contained defects in code and can confuse the readers, here is the updated version of the question.Is the code below ...
Damir Tenishev's user avatar
2votes
1answer
184views

This is the third iteration of the Fast search for the longest repeating substrings in large text (Rev.2) code review. Special thanks goes to G. Sliepen who conducted the first two reviews.Functional ...
Damir Tenishev's user avatar
2votes
1answer
142views

This is the second iteration of the Fast search for the longest repeating substrings in large text code review. Special thanks goes to G. Sliepen who conducted the first review.Functional ...
Damir Tenishev's user avatar
4votes
1answer
267views

Is there a chance to implement the code below better with the features of recent C++ versions?Functional specificationHaving a large text and already built prefix array find the longest substrings (...
Damir Tenishev's user avatar
4votes
1answer
121views

I made a simple search engine using the xkcd API in Rust which turned out better than I'd hoped for!I decided to use tf-idf as a way to rank results, which I feel like has some room for improvement. ...
4votes
2answers
536views

I am working on a Boid simulation with 10,000 boids. I've successfully utilized geometry shaders and anarray<GLfloat[3], MAX_BOIDS> for vertices to enhance ...
nowox's user avatar
  • 1,121
1vote
0answers
96views

I have made a search engine for recipes. Requirements for this JS Project are as follow:Create a function calledsearchRecipes that takes all recipes and an ...
Yass's user avatar

153050per page
1
2345
27

Hot Network Questions

more hot questions
Newest search questions feed

[8]ページ先頭

©2009-2025 Movatter.jp