Commit 62632b48 by Krishnan Sanjay

Update encoding.py

parent 958870a3
Showing with 1 additions and 1 deletions
......@@ -22,7 +22,7 @@ def delta_encoding(data):
delta_encoding encoding returns a list where the first
element is the original value and all the rest of the
elements are deltas from the first value.
elements are deltas from the previous value.
'''
raise ValueError('Not implemented')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment