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 [comparative-review]

Ask Question

This tag is used for questions which present a problem and multiple solutions, where the asker wishes to know which solution is best (and why).

944 questions
Filter by
Sorted by
Tagged with
5votes
2answers
216views

I'm implementing aMinMaxStack<T> in C++20 that tracks minimum and maximum values. The class needsT to support ...
2votes
2answers
256views

IntroA sort is called super linearithmic if its running time is \$\omega(N \log N)\$. For example, \$f(N) = \omega(g(N))\$ means that \$f(N)\$ grows "faster" than \$g(N)\$. In this post, I ...
0votes
1answer
187views

What I'm asking here is whether do you think the factsthere is no type enforcing;there is no indentation enforcingconsoles do not syntax highlightconsoles do not emphasize multi-line input a-la ...
1vote
0answers
41views

There are two versions of the CSV parser. The latter seems to be more performant than the former, although the former's code is easier to read.Variant 1, which parses a string:...
0votes
1answer
128views

I'm doing some mini projects for my club related to fundamental optimization and am having a bit of trouble with this issue.There are N employees numbered 1, 2, ..., N who need to be scheduled for ...
trungbk's user avatar
1vote
2answers
152views

I have a function in an embedded system which translates an image encoded in a 32-bit integer to 3x9 matrix (an array of arrays):...
Simson's user avatar
9votes
2answers
460views

LRU cache is a classical design pattern frequently questioned in programming technical interviews. It is best illustrated with pictures. Here are two examples.The following are two alternative ...
7votes
2answers
665views

I have some API code that I need to rewrite. The original API is written in C++ and relies heavily on templates and modern C++ features likestd::is_same_v. The ...
1vote
0answers
46views

The React tutorial of joint js shows a way to use jointjs in react. The tutorial is quite limited: it is basically defining a special named div and putting all jointjs code inside.The jointjs ...
paul23's user avatar
4votes
1answer
73views

I've got the following SQL that I need to update by adding a new parameter:...
jp2code's user avatar
2votes
1answer
146views

I have some production code that contains a lot of repetition and mixes business logic with auditing and logging. I've made two attempts at refactoring it, primarily using decorators. I'd like to get ...
4votes
2answers
156views

What would be the preferred C way of implementing a simple generic ring-buffer.Which approach from the 2 below (or even some 3rd) would you use and why?Specifically, this will be part of an embedded ...
3votes
0answers
130views

I have this repository. It contains three variations of a simple sorting algorithm for integer keys.The idea is that we keep a balanced BST in which each node holds the integer key and its frequency. ...
3votes
2answers
766views

This is a follow up question to my Studies on Square Roots post. I'm posting additional code for solving for square root similar to the other, but with more code to benchmark....
user avatar

153050per page
1
2345
63

Hot Network Questions

more hot questions
Newest comparative-review questions feed

[8]ページ先頭

©2009-2025 Movatter.jp