[Include] Hash-map implementation in PAWN
#1

Hash-map implementation in PAWN


Description
This is a map data structure implementation in PAWN using binary search tree.


Project
The source code and documentation are located at GitHub: https://github.com/BigETI/pawn-map
Reply
#2

I've been using this for a while now and found it quite useful. Never noticed how this seemingly got no attention (despite the fact I'm sure I'm not the only one who has put this to use) and figured I'd bump it in case someone was looking for something like this and might have missed it.

Anyways, thanks.
Reply
#3

Add code examples for more persons understand what is

Nice job
Reply
#4

This is an implementation of simple linked list in pawn? O:
Reply
#5

A map data structure (binary search tree) is not a linked list.
Reply
#6

Quote:
Originally Posted by PT
Посмотреть сообщение
Add code examples for more persons understand what is

Nice job
If you check the wiki (https://github.com/BigETI/pawn-map/wiki) there's an example for every function.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)