如何从几乎等于或完全等于数字x的n个数字数组中找到一个数字(元素)数组。我使用递归实现。但这需要太多的时间。请问有什么算法吗?它能用DP来实现吗?如果是,怎么做?例如:`
given Array a = { 43, 86, 12, 39, 58, 15, 9, 62, 40, 71 }
If x = 125;
ans : {39,15,71}
Here sum of ans = 125 (exactly)
for same array:
if x = 49
ans = { 39, 9}
Here sum of ans 48. nearly equal
`
我正在尝试用Python来做这件事。我有两个序列:
seq1:“a B C D E”
seq2:“a R C B E”
假设我想要“计算”seq1和seq2中的字符数,但是按照下面的方法,假设我在seq1中绘制了一条从A到seq2中的A的线,并且同样连接了C--C和E--E,但是如果我连接B-B,这条连接线将穿过连接C--C的线,所以...我想要计算B-B或C--C中的任何一个,而不是两者,因为它们的线交叉,并找到我可以在两个字符串之间建立的此类连接的总数。
有没有办法做到这一点?我确信我正在尝试做的事情有一个名字,但我不知道它,这使得在网上搜索可能的方法也很困难。
谢谢你的帮助。
在我的开发工作站(实际上包含在/etc/apache2/ apache.conf /andrew.conf)中,我有以下内容:
<Directory "/Users/andrew/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<VirtualHost *:80>
DocumentRoot /Users/andrew/Sites/mysite/public
Server
在websphere 7中启动应用程序时出现以下错误。
日志定位- /apps/WebSphere/profiles7/node/logs/server1/SystemOut.log
[8/22/17 18:06:04:009 CEST] 0000003c WebContainer E com.ibm.ws.webcontainer.WebContainer handleRequest SRVE0255E: A WebGroup/Virtual Host to handle / has not been defined.
[8/22/17 18:06:16:282 CEST] 0000001