Kumar's Blog

Compilation of already published Articles/Ideas/Problems-Solutions which I faced or came across over the period of time. Largely a place for me to document it as note-to-self. Nothing serious. :)

Sunday, November 3, 2013

Category:Hashing

From Wikipedia, the free encyclopedia
Wikimedia Commons has media related to Hash tables.
The main article for this category is Hash table.

Subcategories

This category has only the following subcategory.

H

  • ► Hash functions‎ (1 C, 20 P)

Pages in category "Hashing"

The following 45 pages are in this category, out of 45 total. This list may not reflect recent changes (learn more).

*

  • Hash table
  • Index mapping

2

  • 2-choice hashing

B

  • Bloom filter

C

  • Coalesced hashing
  • Collision (computer science)
  • Comparison of cryptographic hash functions
  • Consistent hashing
  • Count–min sketch
  • Cryptographic hash function
  • Cuckoo hashing

D

  • Dirhash
  • Double hashing
  • Dynamic perfect hashing

E

  • Extendible hashing

F

  • Feature hashing

H

  • Ctrie
  • Hash array mapped trie
  • Hash calendar
  • Hash consing
  • Hash join
  • Hash list
  • Hash tree (persistent data structure)
  • Hash-based message authentication code
  • Hopscotch hashing

J

  • Java hashCode()

K

  • Koorde

L

  • Lazy deletion
  • Linear hashing
  • Linear probing

L cont.

  • Locality-sensitive hashing

M

  • Merkle tree
  • MinHash

O

  • Open addressing

P

  • Perfect hash function
  • Primary clustering

Q

  • Quadratic probing
  • Quotient filter

R

  • Rabin–Karp algorithm

S

  • Stable hashing
  • Static Hashing
  • SUHA (computer science)
  • Symmetric Hash Join

T

  • Tabulation hashing

U

  • Universal hashing
Posted by kumarblog at 12:09 PM

No comments:

Post a Comment

Newer Post Older Post Home
View mobile version
Subscribe to: Post Comments (Atom)

Search This Blog

Blog Archive

  • ►  2016 (3)
    • ►  October (3)
  • ►  2014 (190)
    • ►  March (24)
    • ►  February (66)
    • ►  January (100)
  • ▼  2013 (628)
    • ►  December (152)
    • ▼  November (170)
      • Spring Interview Questions Advertisements Pr...
      • Spring AOP: A Go through with Simple Example AO...
      • Top 10 Spring Interview Questions Answers J2EE ...
      • Spring Programmatic Transaction Management Adve...
      • Aspect-oriented programming (AOP) AOP is a progra...
      • Fetch strategies in hibernate and relation of fe...
      • Hibernate Performance Tuning 06.10.2009  | 75...
      • Top 10 Spring Interview Questions Answers J2EE ...
      • Spring Declarative Transaction Management Adver...
      • Basic concepts of Spring The basic philosoph...
      • Spring 3 and hibernate integration tutorial with ...
      • Spring Bean Life Cycle
      • Spring AOP + AspectJ Annotation Example Poste...
      • Comparative Analysis Between Spring AOP and Aspe...
      • What does the Spring framework do? Should I use ...
      • Benefits to using Spring Templates  (JdbcTempla...
      • Weaving with AspectJ I talked before about t...
      • Spring Bean Life Cycle Advertisements Previo...
      • Spring Auto-Wiring Beans With @Autowired Annotati...
      • BeanNameAware and BeanFactoryAware
      • What's the difference between Spring BeanFactory...
      • How to use Hibernate in a multi threaded applica...
      • Thread-safe class in Java by means of synchroniz...
      • Making your Java Class thread safe. Thread...
      • How to write Thread-Safe Code in Java ...
      • Thread safe global variable in Java
      • Java multithreading and global variables
      • Thread synchronization, object level locking and...
      • what the difference between using synchronized k...
      • JAVA PERFORMANCE: SYNCHRONIZED() VS LOCK Categor...
      • Introduction to Distributed Transactions The tas...
      • What is a “distributed transaction”?
      • UNDERSTANDING JAVA TRANSACTION API DISTRIBUTED TR...
      • ACID From Wikipedia, the free encyclopedia ...
      • Hibernate: Truly Understanding the Second-Level ...
      • How hibernate second level cache works?
      • Understanding hibernate first level cache wit...
      • Does hibernate uses jdbc internally or JTA inter...
      • Understanding a SQL Junction Table My blog is no...
      • Junction table From Wikipedia, the free encyclo...
      • hibernate session.save() does not reflect in dat...
      • Hibernate cache levels tutorial by Alex Soto on ...
      • RESTful Web services: The basics
      • SOAP vs REST Posted on June 17, 2011 by Shawn Me...
      • Securing RESTful Web Services with OAuth2 Posted...
      • RESTful services with jQuery and Java using JAX-R...
      • Using Backbone.js with a RESTful Java Back-End b...
      • Statelessness of a REST api with authenticated u...
      • How do I make my Web Application stateless yet s...
      • Resolving Expressions The unified EL introduces ...
      • JSF 2 + Spring 3 Integration Example Posted o...
      • REST, where's my state? HTTP interactions should...
      • Keep stateless Web pages in mind when planning ...
      • What are the benefits of a stateless web applica...
      • Remove duplicate elements in an ArrayList withou...
      • How do I remove repeated elements from ArrayList...
      • How to disable submit button in HTML JavaScript t...
      • change cursor to busy while page is loading
      •  Stopping user from Multiple form submission? ...
      • What is the difference between queue and topic?...
      • Simple way to transpose columns and rows in Sql?...
      • Using JAXB With XSLT to Produce HTML JAXB (J...
      • What Is CDI, How Does It Relate to @EJB And Sprin...
      • CDI 1.0 vs. Spring 3.1 feature comparsion: bean ...
      • Getting Started with Contexts and Dependency Inje...
      • Dependency Injection in Java EE 6 - Part 1 By R...
      • Using CDI from Spring Spring and Java EE are c...
      • Custom Managed Bean Scopes By user12615560 on A...
      • JSF 2 Custom Scopes without 3rd party libraries ...
      • Forward versus redirect A Controller (in this co...
      • ServletContextListener with Timer In this...
      • How we can store data in application scope for c...
      • Changing Default Spring Bean Scope 02.04.2013...
      • Spring bean scopes Lokesh Gupta+ &nbsp
      • Developer Training Platform Pluralsight Raises...
      • JAXB and JSON via Jettison JAXB implementat...
      • Converting Java Object to Json using Marshaller?...
      • RESTEasy tutorial part two: web parameters   ...
      • New to Spring - BeanFactory vs ApplicationContex...
      • XA Transactions (2 Phase Commit): A Simple Guide...
      • How To Trace SOAP Message In Eclipse IDE Post...
      • JAX-WS : Wsgen Tool Example Posted on Decembe...
      • JAX-WS Hello World Example – RPC Style Posted...
      • JAX-WS Hello World Example – Document Style P...
      • Building a contract-first webservice with JAX-WS...
      • Creating a Simple Web Service and Client with JA...
      • Debug JSF lifecycle http://balusc.blogspot.c...
      • JSF Interview Questions February 13, 2009 by ...
      • JavaServer Faces Interview Questions 1.  What is...
      • What's the difference between JPA and Hibernate?...
      • REST Services with RESTEasy + JBOSS 7 H...
      • RESTful Web services: The basics Representa...
      • Getting Started With Ruby On Rails By 
      • An Introduction to Jython Table of Contents In...
      • Tutorial on Spring Remoting with JMS ThanksTh...
      • Camel OAuth Tutorial Overview Goal of this t...
      • Camel on Google App Engine Tutorial Overview Go...
      • Introduction to Apache Camel by Niraj Singh on A...
      • Apache Camel Tutorial – Introduction to EIP, Rout...
      • REST with Apache Camel by Bilgin Ibryam on March...
    • ►  October (301)
    • ►  March (4)
    • ►  February (1)
  • ►  2012 (275)
    • ►  November (2)
    • ►  October (13)
    • ►  September (5)
    • ►  August (10)
    • ►  July (136)
    • ►  June (10)
    • ►  May (14)
    • ►  April (9)
    • ►  March (14)
    • ►  February (34)
    • ►  January (28)
  • ►  2011 (114)
    • ►  December (10)
    • ►  November (17)
    • ►  October (21)
    • ►  September (14)
    • ►  August (47)
    • ►  July (5)
  • ►  2009 (7)
    • ►  July (7)
  • ►  2007 (4)
    • ►  November (3)
    • ►  April (1)

Total Pageviews

Popular Posts

  • (no title)
    Getting started with local Plex Media Server content Using Plex Media Server, you can get access to media that's on your computer throug...
  • (no title)
    JavaFX on the Raspberry Pi 11,783   Like     Add to   Share  
  • (no title)
    jBPM (JBoss Business Process Management) jBPM is a flexible Business Process Management (BPM) Suite. It makes the bridge between business...
  • (no title)
    A JSF PhaseListener to Print the Component Tree (Example) Have you ever wondered what the exact makeup of the server side JSF UI compone...
  • (no title)
    Extend or Reset Trial Period of Trial Demo Software A lot of   software   and applications are released as a shareware, also known ...
  • (no title)
    soapUI - Creating Dynamic MockServices Article Index ...
  • WebSphere WorkManager and Java Thread Pool
    Summary: Asynchronous beans provide an efficient and safe global thread pool that can be used by multiple applications. When you requir...
  • (no title)
  • (no title)
    Creating Dynamic Web Project Using Maven In Eclipse By  Viral Patel  on July 28, 2010 While using Maven as build tool in our p...
  • (no title)
    Analyze stock market data from the Web in Excel Do you want to analyze data from the Web (such as the latest stock quotes) in Excel 2000? ...

About Me

kumarblog
View my complete profile

Labels

Google-Yahoo battle (1) MyBatis 3 (1) Spring (1)
Awesome Inc. theme. Powered by Blogger.