Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68173 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2754 invoked from network); 18 Jul 2013 22:45:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2013 22:45:21 -0000 Received: from [127.0.0.1] ([127.0.0.1:5054]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 06/60-34315-10078E15 for ; Thu, 18 Jul 2013 18:45:21 -0400 Authentication-Results: pb1.pair.com smtp.mail=bohdan007@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bohdan007@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.174 as permitted sender) X-PHP-List-Original-Sender: bohdan007@gmail.com X-Host-Fingerprint: 209.85.220.174 mail-vc0-f174.google.com Received: from [209.85.220.174] ([209.85.220.174:56671] helo=mail-vc0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/E2-20914-82A68E15 for ; Thu, 18 Jul 2013 18:20:25 -0400 Received: by mail-vc0-f174.google.com with SMTP id kw10so2790234vcb.33 for ; Thu, 18 Jul 2013 15:20:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=RtExuNKD1hvbJLNVRW5j4riQDyAw9hYqSEBJCfClq5s=; b=eOvhN0Rb2BGka+RIwTRuw75n6fqV7zJp4kausG/Xkrw2t1njSfMxYBgNJL5Wyo0/EP ZeCUpm3HqeKG7Tg3TGEfo9LFI/8MkAQqKNWb089etVmTB5vJz1W2tcNoKZ/2qlKPvUux yeR15tp811N5VZ0SMzoUxdk5Rvy8FSvLaZfzWIkOD+Cnm0Em+h1HNAZHgwEZTnPksrEb mwVlmozq8gVs76qGoWfDrkhk+wNpl3C+Tg2ayZL9XrGmJ4rAgtkBuQ4yrThKirMraPR+ vm+nUc/kFrKk4UGdahmaEGgBUHT90udgJD3VVzoyhesyuYo9LVVZiHxJvyST8cC0S2qM U96A== MIME-Version: 1.0 X-Received: by 10.58.152.3 with SMTP id uu3mr4841196veb.16.1374186021958; Thu, 18 Jul 2013 15:20:21 -0700 (PDT) Received: by 10.59.0.193 with HTTP; Thu, 18 Jul 2013 15:20:21 -0700 (PDT) Date: Fri, 19 Jul 2013 01:20:21 +0300 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=047d7b86f532b1d9ac04e1d09d7a Subject: SPL Binary Tree, Graph From: bohdan007@gmail.com (=?KOI8-U?B?4s/HxMHOIOvV2sXNwQ==?=) --047d7b86f532b1d9ac04e1d09d7a Content-Type: text/plain; charset=ISO-8859-1 Dear PHP Developers, I would like to ask you what is your opinion about implementing Binary Tree and Graph data structures in SPL in addition to existing ones? IMHO it would be great because that will prevent from inventing a wheel all the time, and prove that PHP is full featured language like C#, Java, ... Best regards and THANK YOU for what YOU DO, Bohdan --047d7b86f532b1d9ac04e1d09d7a--