Sponsored Content
Full Discussion: 6 digits combination
Top Forums Programming 6 digits combination Post 302901711 by bakunin on Thursday 15th of May 2014 06:54:55 AM
Old 05-15-2014
Moderator's Comments:
Mod Comment This is a very interesting problem, but:

1. it has nothing to do with UNIX or UNIX tools. It is just an algorithmic challenge. This wouldn't be so bad on itself, but see below.

2. You claimed that this is not homework and you are doing it just out of interest. Still, in this case you would have at least undertaken some thinking on how to solve it and presented them here along with the problem statement. What is the point in trying to solve puzzles if your only genuine contribution is to ask other people to solve it for you?

3. If this would have at least a remote real-world impact you would have limited the tools - languages, platforms, ... in some way. that you didn't reinforces my point that is problem was not posed upon you by yourself but by outside request - homework, take-home question in a job interview or the like - to be precise. It would be understandable for a professor/possibly hiring company/... to test your algorithmic skills by not limiting to any platform or language environment, but it is highly unlikely for you not to have any personal preference at all. For what is worth, you would have to understand the solution once it is presented to you and this is possible only with a language at least remotely known by you. What would you have done would anyone have written and posted a program in FORTH, APL2, ALGOL68 or another outlandish language, hm?

As long as you can't disprove my suspicion i close this thread for most probably being homework. Open a thread in the homework forum with the correct identification necessary there.

All the others: please refrain from providing solutions to dubious (albeit concededly interesting) problems. We have a "homework rule" in place for a reason and we do not want to encourage anybody breaking it.


bakunin
These 3 Users Gave Thanks to bakunin For This Post:
 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Partition combination

Hi all I've got MacOSX server which is a UNIX based system. I've got 2 partiontion an I like to make just one partition on he disk without loosing any data on part1. Is there a way to do that kind of thing in UNIX or do I have to format everything and put up the system again? Thanx for reading... (3 Replies)
Discussion started by: gardarm
3 Replies

2. UNIX for Dummies Questions & Answers

Combination Of commands

Hello All, I just wanted to know what are the different ways of using commands in combination. The most common one which i know is using pipes. Also grouping is also done like ( ls; date) where output of both the commands is displayed. Are there any other ways of combining various... (2 Replies)
Discussion started by: rahulrathod
2 Replies

3. UNIX for Dummies Questions & Answers

combination of two commands

I want to show a output like this Lee Ballancore PID TTY TIME CMD 31799 pts/3 00:00:00 vim 31866 pts/3 00:00:00 vim 2495 pts/7 00:00:00 vim 8368 pts/0 00:00:00 vim 9544 pts/2 00:00:00 ps Alistairr Rutherford PID TTY TIME CMD 8368 pts/0 00:00:00 vim 9544 pts/2 00:00:00 ps ... (3 Replies)
Discussion started by: nehaquick
3 Replies

4. Shell Programming and Scripting

help: single digits inflated to 2 digits

Hi Folks Probably an easy one here but how do I get a sequence to get used as mentioned. For example in the following I want to automatically create files that have a 2 digit number at the end of their names: m@pyhead:~$ for x in $(seq 00 10); do touch file_$x; done m@pyhead:~$ ls file*... (2 Replies)
Discussion started by: amadain
2 Replies

5. Shell Programming and Scripting

Escape and combination

Hi I have 2 files like: file1 a 12 b 1 a 3 file2 a 9 c 0 a 8 and i would like to get a 12 a 9 a 3 a 8 i can do it with grep and paste with 3 lines. I tried to combine using: (3 Replies)
Discussion started by: Dedalus
3 Replies

6. Shell Programming and Scripting

Combination of numbers

Hello Group, I have a file of data that contain 1 2 3 4 5 I request you help with a shell script for generate all posible combination of these numbers with the following output: Example: 1 + 2 + 3 + 4 + 5 = 2 + 2 + 3 + 4 + 5 = 3 + 2 + 3 + 4 + 5 = Thanks in advance. Carlos (7 Replies)
Discussion started by: csierra
7 Replies

7. Shell Programming and Scripting

Find filenames with three digits and add zeros to make five digits

Hello all! I've looked all over the internet and this site and have come up a loss with an easy way to make a bash script to do what I want to do. I have a file with a naming convention as follows: 2012-01-18 string of words here 123.jpg 2012-01-18 string of words here 1234.jpg 2012-01-18... (2 Replies)
Discussion started by: Buzzman25
2 Replies

8. Shell Programming and Scripting

Combination of 6 nos

Hi folks, I have a numbers from 1-100 and from these nos I have 30 numbers.. From this 30 nos, I have to generate a combination of 6 nos... this 30 numbers will range from 1-100... ( FYI: This is not a lottery game - just kidding) ... I am trying out this in a shell script.. any ideas ? (3 Replies)
Discussion started by: gsiva
3 Replies

9. UNIX for Beginners Questions & Answers

Kill -9 -1 combination

Good morning, In a Production environment ive seen this command that kills processes kill -9 -1 Because i am in a production environmet i can not execute this comamnd, so i would like to know what is the difference for the conventional kill -9 PID ? Thanks a lot (11 Replies)
Discussion started by: alexcol
11 Replies

10. UNIX for Beginners Questions & Answers

sed / awk script to delete the two digits from first 3 digits

Hi All , I am having an input file as stated below 5728 U_TOP_LOGIC/U_CM0P/core/u_cortexm0plus/u_top/u_sys/u_core/r03_q_reg_20_/Q 011 611 U_TOP_LOGIC/U_CM0P/core/u_cortexm0plus/u_top/u_sys/u_core/r04_q_reg_20_/Q 011 3486... (4 Replies)
Discussion started by: kshitij
4 Replies
sudoku_generator(1)						   User Commands					       sudoku_generator(1)

NAME
sudoku_generator - generate and solve Sudoku puzzles SYNOPSIS
sudoku_generator [-n|--non-sym] [-d|--dump] [givens_count] sudoku_generator -s|--solve|-p|--print sudoku_dump DESCRIPTION
sudoku_generator generates, solves and prints Number Place puzzles, so called Sudokus. A Sudoku puzzle consists of 9 x 9 cells subdivided into 9 regions with 3 x 3 cells. The rules are simple. There have to be the numbers from 1 to 9 in every row, column and region. givens_count Number of givens (<= 81). Default is 36. Generation of Sudoku puzzles with less than 26 givens takes very long. sudoku_dump String with 81 * 1-9 or _ (+ ignored). OPTIONS
-n, --non-sym Generate a non-symmetric Sudoku puzzle. Default is symmetric. -d, --dump Dump the generated Sudoku puzzle (don't print). -s, --solve sudoku_dump Solve a Sudoku puzzle. -p, --print sudoku_dump Print a Sudoku puzzle. -v, --version Print version information and exit. -h, --help Print help message and exit. COPYRIGHT
Copyright (C) 2005-2010, Thomas Gunther <tom@toms-cafe.de> This GPL program comes with ABSOLUTELY NO WARRANTY; this is free software, and you are welcome to redistribute it under certain conditions; see the source for details. sudoku_generator 0.3.5 April 2010 sudoku_generator(1)
All times are GMT -4. The time now is 10:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy