Культурный офтопик
 help / color / mirror / Atom feed
From: "Damir Shayhutdinov" <lost404@gmail.com>
To: "культурный офтопик" <smoke-room@lists.altlinux.org>
Subject: Re: [room] on binary search and merge-sort algos
Date: Mon, 20 Aug 2007 21:08:26 +0400
Message-ID: <679044850708201008n72676b41l33cbe809218f332e@mail.gmail.com> (raw)
In-Reply-To: <faccbd$fqi$1@sea.gmane.org>

> Решил сравнить быстродействие двух вариантов поиска. Написал свой поиск
> и Ваш поиск, запускал на случайных массивах размером 10^7..10^8
> элементов. Быстродействие одинаковое в пределах статистической
> погрешности (1-2%).
Вообще странно, должна быть разница где-то в 2 раза.

> На самом деле правильно написать бинарный поиск не так-то просто.
> Присланная вами реализация содержит ошибку (программа попадает в
> segfault). Найдете сами или подсказать?
То, что high может стать меньше нуля в результате присвоения high =
mid - 1,  в результате оно станет равным максимальному беззнаковому
целому?

С этим можно бороться, если заменить на high = mid; быстродействие не
должно сильно пострадать.

  reply	other threads:[~2007-08-20 17:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-20  7:18 Michael Shigorin
2007-08-20  7:40 ` Denis Kirienko
2007-08-20  7:53   ` Damir Shayhutdinov
2007-08-20  8:00     ` Denis Kirienko
2007-08-20  8:31       ` Damir Shayhutdinov
2007-08-20  8:49         ` Denis Kirienko
2007-08-20 14:16           ` Damir Shayhutdinov
2007-08-20 14:38             ` Denis Kirienko
2007-08-20 15:35             ` Denis Kirienko
2007-08-20 17:08               ` Damir Shayhutdinov [this message]
2007-08-20  7:48 ` Damir Shayhutdinov
2007-08-20 17:07 ` Alexey Voinov
2007-08-20 19:33   ` Michael Shigorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=679044850708201008n72676b41l33cbe809218f332e@mail.gmail.com \
    --to=lost404@gmail.com \
    --cc=smoke-room@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Культурный офтопик

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/smoke-room/0 smoke-room/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 smoke-room smoke-room/ http://lore.altlinux.org/smoke-room \
		smoke-room@lists.altlinux.org smoke-room@lists.altlinux.ru smoke-room@lists.altlinux.com smoke-room@altlinux.ru smoke-room@altlinux.org smoke-room@altlinux.com
	public-inbox-index smoke-room

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.smoke-room


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git