<div dir="ltr">Hello,<br>I am really interested in doing the GSOC 2013 project "Find common patterns in real GLSL shaders".<div><br></div><div>  <br>Implementation:<br>Algorithm:- Max-miner algorithm as it uses the same data structure as Apriori i.e. hash tree.<br>
The following implementation has been found faster than normal ways:<br>Max-Miner uses the hash tree to quickly look up all candidate groups <br>whose head appears in the transaction. Then, for each candidate <br>group "g" identified, it traverses down its tail items one by one. (Efficiently mining long patterns from database).<br>
<br><br>I would like some reviews on my idea.<br><br>Thanks<br>Piyush<br></div></div>