How to improve logic in coding and programming [closed] - logic

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
I am weak in logic development so, what can I do for it that I can develop my logic and I can progress in coding....
I tried lot of for improve my logic but I failed, Like I solved various other coder code and try to solved it but I failed. I also watch online videos for coding but My logic isn't improve as I want. Give me suggestions for it .

Related

Is there a way to apply Mahalanobis and Euclidean algorithms to this code? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
Excerpts can be found on https://www.kimbalite.com
Screenshot
I've tried applying Kondu's algorithmic formulas, but it's just not working.

Are there any redundant or duplicate code blocks that can be removed? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 days ago.
Improve this question
code refactoring can improve the overall quality and efficiency of software development processes. It should be integrated as an ongoing process in the software development life cycle.
i was expecting real anser for this

What is this algorithm? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I found this game and I'm very curious for know about of algorithm implemented in it.
I don't know how look for this, I don't know what is this algorithm and I want study it.
This is the game http://www.rustylake.com/puzzle-and-skill-games/coloruid.html
Really Thank you.
This seems like a basic "Flood Fill" algorithm.
It's performed on custom 'pixels', but the principle seems the same.

Algorithm Visualization [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I wonder how it is possible to make a visual presentation of algorithm.
I found a very good visualization in Wikipedia like following:
If you know how to make a similar presentation, please let me know.
There are lots of libraries in various languages that can be used to visualize whatever you want, but according to this page:
http://en.wikipedia.org/wiki/File:Sorting_quicksort_anim.gif
The picture you're looking at was:
Created with: Ruby 1.8.4, RMagick.
Just for reference.

I/O problem in Ruby [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to learn about data input with keyboard. Please help me and introduce me some resources.
Thanks.
Have a look at the Readline class.

Resources