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

Unanswered Questions

Ask Question
564 questions with no upvoted or accepted answers
6votes
0answers
116views

Chapter 8 Challenge: Add employee names to a department

The boring but exciting challenge:Using aHashMap andHashSet, create a text interface to allow a user to add employee names ...
6votes
0answers
145views

Android component animatable on its height

I'd like to have a code review for a component which is supposed to be animatable on its height. It's supposed to be a transitioning element.I find it quite laggy on my phone....
6votes
0answers
827views

Pseudo-parallel depth-first search

I'm writing a small program that generates a file containing an adjancency matrix, it then reads from that file, constructs a graph and does something like a parallel depth-first search (dfs) on it....
6votes
0answers
2kviews

Implement two level caching using spring's cache abstraction Cache and CacheManager

Details about spring's caching framework are here. When I was reading this link, I thought the composite cache mentioned there was one that used levels of caching based on the order given to the ...
5votes
0answers
115views

Dial's heap in Java for integer priority queues

(The entire project is here.)IntroI have this priority queue data structure for non-negative integer priority keys. I recall that it is called Dial's heap.CodeImplementation...
5votes
0answers
210views

Dijkstra's algorithm in Perl

I have this Perl module project.My implementation of the Dijkstra's algorithm follows:...
5votes
0answers
1kviews

Exception handling: using @JsonProperty value to make error message

If the validation inRestController fails, I need to handleMethodArgumentNotValidException and provide an errorMessage, that ...
5votes
0answers
71views

Fragment of code with Android MVP that checks login credentials via REST API

I'm learning MVP for Android and am wondering if that piece of code that I wrote is correct in terms of this pattern or maybe is completely messed up.I'm wondering if there can be return type other ...
5votes
0answers
237views

A generic DFS in JavaScript

I implemented a general function for a depth-first-search (DFS) using JavaScript with default arguments and functions that need to be provided in order for it to work.This function is using ...
5votes
0answers
1kviews

Mahjong hand completeness checking algorithm

As a summer project, I have been working on a small-scale, console-based version of Mahjong (the Rummy-like hand completion game, and not the solitaire version). While having prior knowledge of the ...
5votes
0answers
154views

graphtimer v2 - Utility to plot timings

GitHub repo (MIT)Clone the repo and replace the contents ofexample.py with the one at the bottom and you'll have everything setup.Explanation of the codeA ...
5votes
0answers
2kviews

Mouse wheel scrolling for nested scrollable Swing components

By default, mouse wheel scrolling in Java Swing behaves differently than in web browsers. In Swing, when you have an inner scrollable component and an outer scrollable component, the mouse wheel ...
5votes
0answers
2kviews

Android audio recording using AudioRecord and ByteBuffer

I'm developing an audio recorder app for android using AudioRecord class to have a low level access to audio samples....
5votes
0answers
395views

Optimizing Graph Algorithms for Floyd Warshall and Johnson Algorithm

I am trying to implement and compare Floyd Warshall and Johnson Algorithm(for Sparse Graphs). I have written the following code which produces correct output values for the all pair shortest paths. ...
5votes
0answers
152views

Writing service/network layer for mobile apps

I have an app that gets and posts blog posts to and from a server.Right now I have a network client object which is passed into a service object. The service object is created and called from an ...

153050per page
1
2345
38

Unanswered Tags

algorithm × 90
performance × 65
android × 56
python × 34
multithreading × 33
swing × 31
spring × 29
c++ × 27
javafx × 24
beginner × 23
object-oriented × 23
pathfinding × 21
javascript × 20
c# × 18
concurrency × 18
design-patterns × 16
time-limit-exceeded × 16
python-3.x × 14
recursion × 14
depth-first-search × 14
comparative-review × 13
tree × 13
mvc × 12
gui × 11
game × 10
more related tags

[8]ページ先頭

©2009-2025 Movatter.jp