Antonio Gulli's coding playground

Random commentary about Machine Learning, BigData, Spark, Deep Learning, C++, STL, Boost, Perl, Python, Algorithms, Problem Solving and Web Search

Tuesday, August 21, 2012

A collection of algos and data structures published here

Design Patterns

Design Patterns : C++ full collection of Gamma's p...

Data Structures

KD-Tree: A C++ and Boost implementation

A commodity vector space class

Generic B-Tree

Splay Trees in C++

Decision Trees (part I)

Genetic Programming

Linear Suffix Array

Generic Tree

Hashing, Shingling and HashTrees

Generic Skip list (skiplist)

Generic Graph

Generic heap

Generic list and list iterators

Generic Hash_Map

Chained hash and hash function

Generic list and mergesort

Algorithms

DBSCAN clustering algorithm

Multidimension Scaling

Range minimum queries and LCA

Fuzzy Clustering

Adaboost : improve your weak performance

K-means in C++

Viterbi Algorithm in Boost and C++

Longest common substring, subsequences, increasing...

Maximum sub-array sum

Finding the the more frequent symbol in a stream o...

Shingling and Text Clustering (Broder's shingles)

Maximum sub-array product

Finding a loop in a list

Useful stuff

Memory Mapped files in Boost and C++

Boost::serialization for storing generic class

Boost::asio, Keep-alive, Boost::serialization
Pubblicato da codingplayground a 11:42 PM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Antonio Gulli

  • Gulli Family

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Search This Blog

Popular Posts

  • K-means in C++
    K-means is a classical clustering algorithm.. Here you have a C++ code for K-means clustering . (Edit: 12/05/013) See also my more rece...
  • Adaboost : improve your weak performance
    Adaboost is one of my favorite Machine Learning algorithm. The idea is quite intriguing: You start from a set of weak classifiers and learn...
  • Nearest Neighbour on KD-Tree in C++ and Boost
    Wikipedia describes the pseudo-code for computing the nearest neighbour (nn) on an already built KDtree. Here you have a boost implementatio...
  • place n queens on a chessboard
    typical recursive solution where we tentatively put a queen, if this doesn't violate conditions in column i. Then continue in  submatrix...
  • A robot is moving in a rectangular board
    It can move either down or right and the board is N x M. How many path does the robot have? Solution: Steps are N+M and we can chose N, ...
  • Discuss memory layout for C programs
    Ideally you should discuss all the different areas that are used
  • DBSCAN clustering algorithm
    DBSCAN is a well-known clustering algorithm, which is easy to implement. Quoting Wikipedia: " Basically, a point q is directly densit...
  • Design Patterns : C++ full collection of Gamma's patterns
    Full collection of Gamma's patterns in c++: Creational : Abstract Factory, Builder, Factory, Prototype, Object Pool, Singleton, Struct...
  • Learning linear regression with gradient descend
    Last week I restarted an old and good behavior (see  A collection of algos and data structures published here) . Every day, I take an well k...
  • PCA: Dimensional Reduction in Eigen
    PCA (Principal Component Analisys) is a classical machine learning method to reduce the dimensionality of a problem. PCA involves the calcu...

Antonio Gulli Google

Antonio Gulli Google
Google

Antonio Gulli Microsoft

Antonio Gulli Microsoft
Antonio Gulli Microsoft

Antonio Gulli Ask.com

Antonio Gulli Ask.com
Antonio Gulli Ask.com

Antonio Gulli Highlander

Antonio Gulli Highlander
Antonio Gulli Highlander

Antonio Gulli University

Antonio Gulli University
Antonio Gulli University

Antonio Gulli Elsevier

Antonio Gulli Elsevier
Antonio Gulli Elsevier

Antonio Gulli My Ferrari

Antonio Gulli My Ferrari
Antonio Gulli My Ferrari

Antonio Gulli My Search Engine

Antonio Gulli My Search Engine
Antonio Gulli My Search Engine

Antonio Gulli My Shipit Microsoft

Antonio Gulli My Shipit Microsoft
Antonio Gulli My Shipit Microsoft

Antonio Gulli My Patents

Antonio Gulli My Patents
Antonio Gulli My Patents

Antonio Gulli My Awards

Antonio Gulli My Awards
Antonio Gulli My Awards

Antonio Gulli My Awards

Antonio Gulli My Awards
Antonio Gulli My Awards

Antonio Gulli Image Search

Antonio Gulli Image Search
Antonio Gulli Image Search

Blog Archive

  • ►  2016 (2)
    • ►  May (2)
  • ►  2015 (184)
    • ►  December (4)
    • ►  November (16)
    • ►  October (32)
    • ►  September (30)
    • ►  August (29)
    • ►  July (31)
    • ►  June (24)
    • ►  May (11)
    • ►  April (2)
    • ►  March (2)
    • ►  February (2)
    • ►  January (1)
  • ►  2014 (82)
    • ►  December (1)
    • ►  November (1)
    • ►  September (11)
    • ►  August (25)
    • ►  July (1)
    • ►  June (14)
    • ►  May (23)
    • ►  April (1)
    • ►  March (1)
    • ►  February (2)
    • ►  January (2)
  • ►  2013 (120)
    • ►  December (16)
    • ►  November (1)
    • ►  October (1)
    • ►  September (30)
    • ►  August (17)
    • ►  July (17)
    • ►  May (3)
    • ►  April (2)
    • ►  March (22)
    • ►  February (4)
    • ►  January (7)
  • ▼  2012 (241)
    • ►  November (29)
    • ►  October (22)
    • ►  September (28)
    • ▼  August (31)
      • unique records
      • View from the top
      • arrays
      • find elements that appears [n/k] times in the stream
      • cluster users by attributes
      • Intersect two sorted arrays
      • Sum maximum
      • Today, 3 years at Microsoft
      • Sequences in sorted order
      • Find the minimum distance
      • A collection of algos and data structures publishe...
      • A collection of feature suggestions published here
      • Bing and Windows 8
      • Autosuggest and Bing
      • Related Searches and Bing
      • Subset sum
      • Special Stack
      • Count in an array
      • Celebrity problem
      • Find the two numbers with odd occurrence​s in an u...
      • Longest Bitonic distance
      • Find the smallest positive number missing from an ...
      • Find a triplet that sum to a given value
      • Given an unsorted array of nonnegative integers, f...
      • Given a sequence, find the length of the longest p...
      • Check whether two strings are anagram of each other
      • ind the maximum sum leaf to root path in a Binary ...
      • Intersection and Union
      • Add two numbers without using arithmetic operators
      • Bing and Facebook
      • An hidden gem, not so well known: Academic Search ...
    • ►  July (31)
    • ►  June (31)
    • ►  May (11)
    • ►  April (17)
    • ►  March (27)
    • ►  February (4)
    • ►  January (10)
  • ►  2011 (361)
    • ►  December (20)
    • ►  November (29)
    • ►  October (34)
    • ►  September (31)
    • ►  August (35)
    • ►  July (32)
    • ►  June (30)
    • ►  May (33)
    • ►  April (30)
    • ►  March (30)
    • ►  February (29)
    • ►  January (28)
  • ►  2010 (387)
    • ►  December (33)
    • ►  November (28)
    • ►  October (32)
    • ►  September (31)
    • ►  August (42)
    • ►  July (37)
    • ►  June (32)
    • ►  May (31)
    • ►  April (30)
    • ►  March (30)
    • ►  February (29)
    • ►  January (32)
  • ►  2009 (382)
    • ►  December (31)
    • ►  November (31)
    • ►  October (25)
    • ►  September (17)
    • ►  August (28)
    • ►  July (32)
    • ►  June (48)
    • ►  May (38)
    • ►  April (23)
    • ►  March (40)
    • ►  February (33)
    • ►  January (36)
  • ►  2008 (10)
    • ►  December (4)
    • ►  August (3)
    • ►  July (1)
    • ►  June (2)

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

My Blog List

  • Inside Search
    Get an audio overview of Search results in Labs, then click through to learn more. - Today, we’re launching a new Search experiment in Labs – Audio Overviews, which uses our latest Gemini models to generate quick, conversational audio overv...
    4 hours ago
  • The Official Google Blog
    Gemini Code Assist adds Gemini 2.5, personalization and context management - Providing developers with Gemini 2.5 models, personalization capabilities and enhancements to chat.
    1 day ago
  • Process Algebra Diary
    2024 Award Winners announced by Computer Science Canada | Informatique Canada - Computer Science Canada | Informatique Canada has announced the list of recipients of its awards for 2024. Members of the TCS community will be pleased ...
    1 day ago
  • Computational Complexity
    Defending Theory - In the June CACM, Micah Beck writes an opinion piece Accept the Consequences where he is quite skeptical of the role of theory in real-world software dev...
    2 days ago
  • Facebook Developer Blog
    Advantage+ Campaign Experience for Sales and App - Last week on Thursday May 29th, we extended our new streamlined Advantage+ campaign setup for sales and app campaigns. As of now this feature will only be ...
    1 week ago
  • GigaOM
    SAP Sapphire 2025 - I just returned from SAP Sapphire 2025 in Orlando, and while SAP painted a compelling vision of an AI-powered future, I couldn’t The post SAP Sapphire 20...
    3 weeks ago
  • TechCrunch Europe
    Rummy Nabob: The Royal Destination for Ultimate Card Gaming - Online gaming in India has undergone a dramatic transformation in the past decade, and one of the brightest stars in this evolution is the classic game o...
    3 weeks ago
  • PeteSearch
    Why is Pacifica so Unpopular? - Not long after I’d first moved to San Francisco, I had a friend from the UK visit. My apartment overlooked the N Judah tram line, and seeing the “Ocean Bea...
    3 weeks ago
  • TechCrunch
    Top 10 AI Tools That Will Transform Your Content Creation in 2025 - [image: Top 10 AI Tools That Will Transform Your Content Creation in 2025] Looking to level up your content creation game in 2025? You're in the right pla...
    5 months ago
  • Search Engine Land: News About Search Engines & Search Marketing
    TikTok unveils 5 new advertising tools - TikTok introduced Smart+, GMV Max, PETs, Conversion Lift Studies, and Out of Phone: Retail to help brands drive stronger results.
    8 months ago
  • in theory
    FOCS Test of Time Awards - The FOCS test of time award recognizes each year a paper, or papers, each from the FOCS conference of 10, 20, and 30 years earlier for the impact they have...
    1 year ago
  • Zen and the Art of Programming
    I Ask Basic Questions During Technical Interviews - Over the past 18 years at IBM, I have interviewed over a thousand programmers for positions within my team (which has a fair number of interns.) Most of ...
    1 year ago
  • Official Google Research Blog
    Generative AI to quantify uncertainty in weather forecasting - Posted by Lizao (Larry) Li, Software Engineer, and Rob Carver, Research Scientist, Google Research Accurate weather forecasts can have a direct impact on ...
    1 year ago
  • Geeking with Greg
    My book, Algorithms and Misinformation - Misinformation and disinformation are the biggest problems on the internet. To solve a problem, you need to understand the problem. In *Algorithms and Mis...
    1 year ago
  • GeeksforGeeks
    Python Flask Projects with Source Code (Beginners to Advanced) - Flask, a Python web application framework, was created by Armin Ronacher. Known for its lightweight and efficient nature, Flask is designed for quick sta...
    1 year ago
  • SEO by the Sea
    Identifying Subjective Attributes Of Entities - Identifying UGC Subjective Attributes Of Entities This recently granted patent is about identifying subjective attributes of entities. I haven’t seen a p...
    3 years ago
  • My Biased Coin
    Current CS 124 Stats - This is as much personal recording for me (and perhaps of interest to Harvard people who read the blog). But also putting the numbers here for others to k...
    5 years ago
  • my slice of pizza
    Trumpet - Someone asked me for my second favorite musical instrument: Trumpet. Hear it, and I challenge you to not raise your head and look beyond horizons. Put it ...
    5 years ago
  • Matt Cutts: Gadgets, Google, and SEO
    All the Fitbit activity badges - Fitbit has discontinued their Fitbit One step trackers, which seems like a good opportunity to step back and reflect on wearing one for the last decade or ...
    5 years ago
  • John Battelle's Searchblog
    Do We Want A Society Built On The Architecture of Dumb Terminals? - The post Do We Want A Society Built On The Architecture of Dumb Terminals? appeared first on John Battelle's Search Blog. God, “innovation.” First banali...
    7 years ago
  • Google News Blog
    Find out how journalists across the world use technology today - How do journalists use technology around the world? A new interactive explorer produced by the International Center for Journalists (ICFJ) and Google New...
    7 years ago
  • Search Engine Watch Blog
    Five very quick tips to building a loyal ecommerce customer base - Don’t leave all that juicy revenue out there; get smart about re-engaging and watch your numbers climb.
    8 years ago
  • Microsoft Research Downloads
    LatticeCrypto - LatticeCrypto is a high-performance and portable software library that implements lattice-based cryptographic algorithms. The first release of the library ...
    9 years ago
  • Wolfram|Alpha Blog
    Find All Wolfram News in One Place—The Wolfram Blog - This is the final post here at the Wolfram|Alpha Blog. Approximately six and a half years ago our launch team started the Wolfram|Alpha blog just prior to ...
    9 years ago
  • Mini-Microsoft
    18,000 Microsoft Jobs Gone... Eventually? - *1. Cut Once.* *2. Cut Deeply.* And might I humbly add: *3. Cut Quickly.* As of this morning, we're looking to cut 18,000 Microsoft positions including ...
    10 years ago
  • Twitter Blog
    An invitation to #ComedyFest (BYOB) - This week Twitter is turning into a comedy club, and you’ve got the best seats in the house, all for the price of free. We’re not saying that enjoying your...
    12 years ago
All opinions are mine. Simple theme. Powered by Blogger.