<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Search algorithm in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3895580#M1105259</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/110591"&gt;@Yamaeda&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;What do you want to search for and where? Your data, the code or what? You have Search array and Variant attributes (which'll give you a red/black tree). It'd be easy enough to create a binary search for an array.&lt;/P&gt;
&lt;P&gt;/Y&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;could you give me any example for binary&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Feb 2019 06:32:44 GMT</pubDate>
    <dc:creator>sam67</dc:creator>
    <dc:date>2019-02-21T06:32:44Z</dc:date>
    <item>
      <title>Cuckoo Filter</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3881629#M1100419</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am working on algorithm searching ,module in lab-view. I am new in LabVIEW, i want to know that, In labview we can use&amp;nbsp; Cuckoo Filters or not? Please give me suggestion or if any other best filter for searching you know guyz then let me know. Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 08:18:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3881629#M1100419</guid>
      <dc:creator>sam67</dc:creator>
      <dc:date>2019-01-14T08:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cuckoo Filter</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3881634#M1100421</link>
      <description>&lt;P&gt;Hi sam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt; i want to know that, In labview we can use&amp;nbsp; Cuckoo Filters or not?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, you can use them.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But I guess you &lt;A href="https://brilliant.org/wiki/cuckoo-filter/" target="_blank"&gt;need to implement them&lt;/A&gt; on your own…&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;if any other best filter for searching you know&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Depending on the size of your dictionary I can recommend to &lt;A href="https://forums.ni.com/t5/LabVIEW/Darren-s-Weekly-Nugget-10-09-2006/td-p/425269" target="_blank"&gt;use Variant Attributes&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 08:40:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3881634#M1100421</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2019-01-14T08:40:53Z</dc:date>
    </item>
    <item>
      <title>Search algorithm</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882095#M1100601</link>
      <description>&lt;P&gt;hello everyone, I already posted about Cuckoo Filter implementation, I need one more suggestion, Guyz in LabVIEW is there any search filter or if someone already implement any search algorithm in LabVIEW then please suggest me which one i will use. Thanks for your response.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 01:59:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882095#M1100601</guid>
      <dc:creator>sam67</dc:creator>
      <dc:date>2019-01-15T01:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Search algorithm</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882100#M1100602</link>
      <description>&lt;P&gt;There are search functions in LabVIEW such as Search 1D array.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Beyond that your question is too vague and generic to offer any help.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 02:26:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882100#M1100602</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2019-01-15T02:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Search algorithm</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882130#M1100603</link>
      <description>&lt;P&gt;well i am in labview and i tried to implement a search algorithm to increase the time efficiency of my current version of code. I tried to implement Cuckoo filter but LabVIEW is graphical language and is very difficult for me to understand the wire connections and also different types of variables. That's why i need your suggestion guyz. Thanks for your suggestion and help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 04:32:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882130#M1100603</guid>
      <dc:creator>sam67</dc:creator>
      <dc:date>2019-01-15T04:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search algorithm</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882142#M1100604</link>
      <description>&lt;P&gt;I suggest you to go trough the beginner training for LabVIEW.&lt;/P&gt;
&lt;P&gt;It will help a lot.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 06:02:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882142#M1100604</guid>
      <dc:creator>bseguin</dc:creator>
      <dc:date>2019-01-15T06:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search algorithm</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882161#M1100605</link>
      <description>&lt;P&gt;Hi sam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT color="#FF0000"&gt; I already posted about Cuckoo Filter implementation, I need one more suggestion&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Then why did you create a new thread instead of sticking with your original one?&lt;/P&gt;
&lt;P&gt;I merged your threads…&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 07:16:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882161#M1100605</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2019-01-15T07:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search algorithm</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882211#M1100617</link>
      <description>&lt;P&gt;What do you want to search for and where? Your data, the code or what? You have Search array and Variant attributes (which'll give you a red/black tree). It'd be easy enough to create a binary search for an array.&lt;/P&gt;
&lt;P&gt;/Y&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 09:44:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3882211#M1100617</guid>
      <dc:creator>Yamaeda</dc:creator>
      <dc:date>2019-01-15T09:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Search algorithm</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3895580#M1105259</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/110591"&gt;@Yamaeda&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;What do you want to search for and where? Your data, the code or what? You have Search array and Variant attributes (which'll give you a red/black tree). It'd be easy enough to create a binary search for an array.&lt;/P&gt;
&lt;P&gt;/Y&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;could you give me any example for binary&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 06:32:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3895580#M1105259</guid>
      <dc:creator>sam67</dc:creator>
      <dc:date>2019-02-21T06:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Search algorithm</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3895583#M1105261</link>
      <description>&lt;P&gt;Hi sam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just search the forum to find examples on a binary search (for sorted arrays)…&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why do you (still) think it is a good idea to &lt;A href="https://forums.ni.com/t5/LabVIEW/Searching-from-excel-file/m-p/3894595#M1104933" target="_blank"&gt;post the same question in several threads&lt;/A&gt;? Please stick with one thread for one problem!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 06:56:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Cuckoo-Filter/m-p/3895583#M1105261</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2019-02-21T06:56:44Z</dc:date>
    </item>
  </channel>
</rss>

