Skip to content

Emacs snippets implementing Data Structure and Algorithm skeletons for various programming languages.

License

Notifications You must be signed in to change notification settings

stephenwithav/snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful coding snippets for Emacs

This repo requires the yasnippet package for emacs.

If you dread the tedious nature of reimplementing data structures and their algorithms from scratch for each new application, these snippets are for you.

The initial snippets are in Go and include:

  1. tsort to rapidly implement sort.Interface.
  2. minq to quickly build a heap.Interface for a minimum priority queue.
  3. maxq to quickly build a heap.Interface for a max priority queue.

More Go snippets, along with those for other languages, will arrive soon.

Want a snippet for a particular data structure and/or algorithm? Submit a PR or file an issue.

About

Emacs snippets implementing Data Structure and Algorithm skeletons for various programming languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published