home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!mimbres.cs.unm.edu!pprg.unm.edu!daemon
- From: kar@cse.unl.edu (kokaveera raghavarao)
- Newsgroups: comp.soft-sys.khoros
- Subject: Regular Polygon
- Message-ID: <41726@pprg.eece.unm.edu.pprg.unm.edu>
- Date: 19 Nov 92 09:05:13 GMT
- Sender: news@pprg.unm.edu
- Lines: 23
-
- Hi!
- Can you help me in solving the following problem on regular polygons.
-
-
- I am having a regular polygon with
-
- vertices = n
- degree of each vertex = d
- Number of edges in each face = f
-
- Is there any way to compute the number of vertices that are not adjacent
- on a deterministic machine. I deviced an algorithm to solve the problem
- on a non-deterministic machine which is not that hard. I am curious to
- know if there is a deterministic solution to the above problem. I found
- that this problem has very good application in Neural Networks.
-
- Is the problem NP-Complete ?
-
- Thanks
- -Raghav
-
-
-
-