algorithm tag

168 questions


2 answers
71 views
0
I want to find all the coordinates of the intersection of the grid in the sphere.

In a three-dimensional space, set r=(x,y,z) by one point and Consider a sphere with a radius of n centered around it.The inside of this sphere is then divided into cubes in a grid.The side length of t...

2 years ago

1 answers
157 views
0
Regarding graph theory, I would like to calculate an expression that holds information about positional relationships in three-dimensional space in the invariant.

This is a question about graph theory.I would like to think about how to maintain the positional relationship between vertices (nodes) in the variant.As a concrete example, we consider the molecules o...


2 answers
67 views
0
Understanding C#App.config Data Retrieval

I have a question about C#'s App.config.When I launch the app, I would like to read the data in drop-down list 1 and other drop-down list 2 from App.config.Also, I will use the key and its value later...

2 years ago

2 answers
77 views
0
Data Between Source Files in C#

I'm sorry for the rudimentary question, but I'd like to ask you a question.languages:C#We are currently working on an application that runs in the following order.Read file data → Convert read data → ...

2 years ago

1 answers
96 views
0
CREATION OF TRIANGULAR POLYGON MESH FROM POLYHYDROME VERTENS

I would like to draw a convex polyhedron with 3D graphics.A polyhedron is defined by a plane (no boundaries) surrounding it, so you can get all the vertices if you want, but I don't know how to create...

2 years ago

2 answers
72 views
0
Number of bytes stored in checksum

I have a question about checksum.Create a checksum for the binary file (up to 2048 kbyte).The checksum will be minus every 1 byte and will be the total value.See url belowAbout checksumAt that time, t...

2 years ago

1 answers
63 views
0
Recursive function of depth priority search does not work well in python3

Hello, this recursive function I made with python3 doesn't work well.def func(teleports_string): strings = [{n[0], n[1]} for n teleports_string.split(', ')] start = {'1'} def search(string, point, ...

2 years ago

1 answers
67 views
0
Comparison of compressed data volume between JPEG and MPEG

I would like to guess the total amount of JPEG compression of continuous images taken with the board camera and which file size will be smaller when compressed into a single MPEG image.I think it depe...

2 years ago

1 answers
121 views
0
a way of earning more points by finding the length of a route

Hello. Thank you for your continuous support.Now I'm making a game like Packman, and I'm making something like AI of enemy characters.At that time, I could ask for the shortest route to take the item,...

2 years ago

1 answers
45 views
0
Tell me the difference between bitonic sorting and merge sorting [closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 7 years ago.7 years agoI watched videos and images, but I couldn't tell the ...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.