From 68c45a2b5317198d7f1246c1f6c357eee0c939cd Mon Sep 17 00:00:00 2001 From: lomna-dev Date: Thu, 29 Jun 2023 16:15:47 +0530 Subject: [PATCH] First Commit --- export.el | 9 + htmlize.el | 1864 ++++++++ lectures/1.org | 41 + lectures/2.org | 68 + lectures/3.org | 144 + lectures/4.org | 249 ++ lectures/5.org | 253 ++ lectures/6.org | 253 ++ lectures/7.org | 165 + lectures/8.org | 93 + .../imgs/asymptotic-notations-properties.png | Bin 0 -> 240552 bytes lectures/imgs/binary-search.jpg | Bin 0 -> 42216 bytes main.html | 2403 ++++++++++ main.org | 24 + main.tsk | 7 + org/theme-bigblow-local.setup | 15 + org/theme-bigblow.setup | 16 + org/theme-readtheorg-local.setup | 10 + org/theme-readtheorg.setup | 10 + src/bigblow_theme/css/bigblow.css | 757 ++++ src/bigblow_theme/css/hideshow.css | 116 + src/bigblow_theme/css/htmlize.css | 145 + src/bigblow_theme/images/checked.png | Bin 0 -> 3136 bytes src/bigblow_theme/images/fixme.png | Bin 0 -> 625 bytes src/bigblow_theme/images/halfchecked.png | Bin 0 -> 3080 bytes src/bigblow_theme/images/info.png | Bin 0 -> 4403 bytes src/bigblow_theme/images/note.png | Bin 0 -> 4567 bytes src/bigblow_theme/images/tip.png | Bin 0 -> 4447 bytes src/bigblow_theme/images/unchecked.png | Bin 0 -> 3087 bytes src/bigblow_theme/images/warning.png | Bin 0 -> 4340 bytes src/bigblow_theme/js/ZeroClipboard.swf | Bin 0 -> 1071 bytes src/bigblow_theme/js/bigblow.js | 525 +++ src/bigblow_theme/js/hideshow.js | 334 ++ src/bigblow_theme/js/jquery-1.11.0.min.js | 4 + src/bigblow_theme/js/jquery-1.9.1.min.js | 5 + src/bigblow_theme/js/jquery-ui-1.10.2.min.js | 12 + .../js/jquery.localscroll-min.js | 9 + .../js/jquery.scrollTo-1.4.3.1-min.js | 7 + src/bigblow_theme/js/jquery.zclip.min.js | 12 + src/lib/js/bootstrap-license.txt | 21 + src/lib/js/bootstrap.min.js | 7 + src/lib/js/jquery-license.txt | 21 + src/lib/js/jquery.min.js | 4 + src/lib/js/jquery.stickytableheaders.min.js | 1 + src/lib/js/stickytableheaders-license.txt | 20 + src/readtheorg_theme/css/htmlize.css | 145 + src/readtheorg_theme/css/readtheorg.css | 1140 +++++ src/readtheorg_theme/css/rtd-full.css | 3910 +++++++++++++++++ src/readtheorg_theme/js/readtheorg.js | 145 + src/readtheorg_theme/readtheorg.org | 1582 +++++++ 50 files changed, 14546 insertions(+) create mode 100644 export.el create mode 100644 htmlize.el create mode 100644 lectures/1.org create mode 100644 lectures/2.org create mode 100644 lectures/3.org create mode 100644 lectures/4.org create mode 100644 lectures/5.org create mode 100644 lectures/6.org create mode 100644 lectures/7.org create mode 100644 lectures/8.org create mode 100644 lectures/imgs/asymptotic-notations-properties.png create mode 100644 lectures/imgs/binary-search.jpg create mode 100644 main.html create mode 100644 main.org create mode 100644 main.tsk create mode 100644 org/theme-bigblow-local.setup create mode 100644 org/theme-bigblow.setup create mode 100644 org/theme-readtheorg-local.setup create mode 100644 org/theme-readtheorg.setup create mode 100644 src/bigblow_theme/css/bigblow.css create mode 100644 src/bigblow_theme/css/hideshow.css create mode 100644 src/bigblow_theme/css/htmlize.css create mode 100644 src/bigblow_theme/images/checked.png create mode 100644 src/bigblow_theme/images/fixme.png create mode 100644 src/bigblow_theme/images/halfchecked.png create mode 100644 src/bigblow_theme/images/info.png create mode 100644 src/bigblow_theme/images/note.png create mode 100644 src/bigblow_theme/images/tip.png create mode 100644 src/bigblow_theme/images/unchecked.png create mode 100644 src/bigblow_theme/images/warning.png create mode 100644 src/bigblow_theme/js/ZeroClipboard.swf create mode 100644 src/bigblow_theme/js/bigblow.js create mode 100644 src/bigblow_theme/js/hideshow.js create mode 100644 src/bigblow_theme/js/jquery-1.11.0.min.js create mode 100644 src/bigblow_theme/js/jquery-1.9.1.min.js create mode 100644 src/bigblow_theme/js/jquery-ui-1.10.2.min.js create mode 100644 src/bigblow_theme/js/jquery.localscroll-min.js create mode 100644 src/bigblow_theme/js/jquery.scrollTo-1.4.3.1-min.js create mode 100644 src/bigblow_theme/js/jquery.zclip.min.js create mode 100644 src/lib/js/bootstrap-license.txt create mode 100644 src/lib/js/bootstrap.min.js create mode 100644 src/lib/js/jquery-license.txt create mode 100644 src/lib/js/jquery.min.js create mode 100644 src/lib/js/jquery.stickytableheaders.min.js create mode 100644 src/lib/js/stickytableheaders-license.txt create mode 100644 src/readtheorg_theme/css/htmlize.css create mode 100644 src/readtheorg_theme/css/readtheorg.css create mode 100644 src/readtheorg_theme/css/rtd-full.css create mode 100644 src/readtheorg_theme/js/readtheorg.js create mode 100644 src/readtheorg_theme/readtheorg.org diff --git a/export.el b/export.el new file mode 100644 index 0000000..8e60c24 --- /dev/null +++ b/export.el @@ -0,0 +1,9 @@ +;; In elisp, default-directory is the current directory +(add-to-list 'load-path default-directory) +;; If htmlize is outdated, just replace htmlize.el with the newer version lmao. +(require 'htmlize) + +(load-theme 'tsdh-light) + +(find-file "main.org") +(org-html-export-to-html) diff --git a/htmlize.el b/htmlize.el new file mode 100644 index 0000000..b158a65 --- /dev/null +++ b/htmlize.el @@ -0,0 +1,1864 @@ +;;; htmlize.el --- Convert buffer text and decorations to HTML. -*- lexical-binding: t -*- + +;; Copyright (C) 1997-2003,2005,2006,2009,2011,2012,2014,2017,2018,2020 Hrvoje Niksic + +;; Author: Hrvoje Niksic +;; Homepage: https://github.com/hniksic/emacs-htmlize +;; Keywords: hypermedia, extensions +;; Version: 1.57 + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. + +;;; Commentary: + +;; This package converts the buffer text and the associated +;; decorations to HTML. Mail to to discuss +;; features and additions. All suggestions are more than welcome. + +;; To use it, just switch to the buffer you want HTML-ized and type +;; `M-x htmlize-buffer'. You will be switched to a new buffer that +;; contains the resulting HTML code. You can edit and inspect this +;; buffer, or you can just save it with C-x C-w. `M-x htmlize-file' +;; will find a file, fontify it, and save the HTML version in +;; FILE.html, without any additional intervention. `M-x +;; htmlize-many-files' allows you to htmlize any number of files in +;; the same manner. `M-x htmlize-many-files-dired' does the same for +;; files marked in a dired buffer. + +;; htmlize supports three types of HTML output, selected by setting +;; `htmlize-output-type': `css', `inline-css', and `font'. In `css' +;; mode, htmlize uses cascading style sheets to specify colors; it +;; generates classes that correspond to Emacs faces and uses ... to color parts of text. In this mode, the +;; produced HTML is valid under the 4.01 strict DTD, as confirmed by +;; the W3C validator. `inline-css' is like `css', except the CSS is +;; put directly in the STYLE attribute of the SPAN element, making it +;; possible to paste the generated HTML into existing HTML documents. +;; In `font' mode, htmlize uses ... to +;; colorize HTML, which is not standard-compliant, but works better in +;; older browsers. `css' mode is the default. + +;; You can also use htmlize from your Emacs Lisp code. When called +;; non-interactively, `htmlize-buffer' and `htmlize-region' will +;; return the resulting HTML buffer, but will not change current +;; buffer or move the point. htmlize will do its best to work on +;; non-windowing Emacs sessions but the result will be limited to +;; colors supported by the terminal. + +;; htmlize aims for compatibility with older Emacs versions. Please +;; let me know if it doesn't work on the version of GNU Emacs that you +;; are using. The package relies on the presence of CL extensions; +;; please don't try to remove that dependency. I see no practical +;; problems with using the full power of the CL extensions, except +;; that one might learn to like them too much. + +;; The latest version is available at: +;; +;; +;; +;; + +;; Thanks go to the many people who have sent reports and contributed +;; comments, suggestions, and fixes. They include Ron Gut, Bob +;; Weiner, Toni Drabik, Peter Breton, Ville Skytta, Thomas Vogels, +;; Juri Linkov, Maciek Pasternacki, and many others. + +;; User quotes: "You sir, are a sick, sick, _sick_ person. :)" +;; -- Bill Perry, author of Emacs/W3 + + +;;; Code: + +(require 'cl-lib) +(eval-when-compile + (defvar font-lock-auto-fontify) + (defvar font-lock-support-mode) + (defvar global-font-lock-mode)) + +(defconst htmlize-version "1.57") + +(defgroup htmlize nil + "Convert buffer text and faces to HTML." + :group 'hypermedia) + +(defcustom htmlize-head-tags "" + "Additional tags to insert within HEAD of the generated document." + :type 'string + :group 'htmlize) + +(defcustom htmlize-output-type 'css + "Output type of generated HTML, one of `css', `inline-css', or `font'. +When set to `css' (the default), htmlize will generate a style sheet +with description of faces, and use it in the HTML document, specifying +the faces in the actual text with . + +When set to `inline-css', the style will be generated as above, but +placed directly in the STYLE attribute of the span ELEMENT: . This makes it easier to paste the resulting HTML to +other documents. + +When set to `font', the properties will be set using layout tags +, , , , and . + +`css' output is normally preferred, but `font' is still useful for +supporting old, pre-CSS browsers, and both `inline-css' and `font' for +easier embedding of colorized text in foreign HTML documents (no style +sheet to carry around)." + :type '(choice (const css) (const inline-css) (const font)) + :group 'htmlize) + +(defcustom htmlize-use-images t + "Whether htmlize generates `img' for images attached to buffer contents." + :type 'boolean + :group 'htmlize) + +(defcustom htmlize-force-inline-images nil + "Non-nil means generate all images inline using data URLs. +Normally htmlize converts image descriptors with :file properties to +relative URIs, and those with :data properties to data URIs. With this +flag set, the images specified as a file name are loaded into memory and +embedded in the HTML as data URIs." + :type 'boolean + :group 'htmlize) + +(defcustom htmlize-max-alt-text 100 + "Maximum size of text to use as ALT text in images. + +Normally when htmlize encounters text covered by the `display' property +that specifies an image, it generates an `alt' attribute containing the +original text. If the text is larger than `htmlize-max-alt-text' characters, +this will not be done." + :type 'integer + :group 'htmlize) + +(defcustom htmlize-transform-image 'htmlize-default-transform-image + "Function called to modify the image descriptor. + +The function is called with the image descriptor found in the buffer and +the text the image is supposed to replace. It should return a (possibly +different) image descriptor property list or a replacement string to use +instead of of the original buffer text. + +Returning nil is the same as returning the original text." + :type 'boolean + :group 'htmlize) + +(defcustom htmlize-generate-hyperlinks t + "Non-nil means auto-generate the links from URLs and mail addresses in buffer. + +This is on by default; set it to nil if you don't want htmlize to +autogenerate such links. Note that this option only turns off automatic +search for contents that looks like URLs and converting them to links. +It has no effect on whether htmlize respects the `htmlize-link' property." + :type 'boolean + :group 'htmlize) + +(defcustom htmlize-hyperlink-style " + a { + color: inherit; + background-color: inherit; + font: inherit; + text-decoration: inherit; + } + a:hover { + text-decoration: underline; + } +" + "The CSS style used for hyperlinks when in CSS mode." + :type 'string + :group 'htmlize) + +(defcustom htmlize-replace-form-feeds t + "Non-nil means replace form feeds in source code with HTML separators. +Form feeds are the ^L characters at line beginnings that are sometimes +used to separate sections of source code. If this variable is set to +`t', form feed characters are replaced with the
separator. If this +is a string, it specifies the replacement to use. Note that
 is
+temporarily closed before the separator is inserted, so the default
+replacement is effectively \"

\".  If you specify
+another replacement, don't forget to close and reopen the 
 if you
+want the output to remain valid HTML.
+
+If you need more elaborate processing, set this to nil and use
+htmlize-after-hook."
+  :type 'boolean
+  :group 'htmlize)
+
+(defcustom htmlize-html-charset nil
+  "The charset declared by the resulting HTML documents.
+When non-nil, causes htmlize to insert the following in the HEAD section
+of the generated HTML:
+
+  
+
+where CHARSET is the value you've set for htmlize-html-charset.  Valid
+charsets are defined by MIME and include strings like \"iso-8859-1\",
+\"iso-8859-15\", \"utf-8\", etc.
+
+If you are using non-Latin-1 charsets, you might need to set this for
+your documents to render correctly.  Also, the W3C validator requires
+submitted HTML documents to declare a charset.  So if you care about
+validation, you can use this to prevent the validator from bitching.
+
+Needless to say, if you set this, you should actually make sure that
+the buffer is in the encoding you're claiming it is in.  (This is
+normally achieved by using the correct file coding system for the
+buffer.)  If you don't understand what that means, you should probably
+leave this option in its default setting."
+  :type '(choice (const :tag "Unset" nil)
+		 string)
+  :group 'htmlize)
+
+(defcustom htmlize-convert-nonascii-to-entities t
+  "Whether non-ASCII characters should be converted to HTML entities.
+
+When this is non-nil, characters with codes in the 128-255 range will be
+considered Latin 1 and rewritten as \"&#CODE;\".  Characters with codes
+above 255 will be converted to \"&#UCS;\", where UCS denotes the Unicode
+code point of the character.  If the code point cannot be determined,
+the character will be copied unchanged, as would be the case if the
+option were nil.
+
+When the option is nil, the non-ASCII characters are copied to HTML
+without modification.  In that case, the web server and/or the browser
+must be set to understand the encoding that was used when saving the
+buffer.  (You might also want to specify it by setting
+`htmlize-html-charset'.)
+
+Note that in an HTML entity \"&#CODE;\", CODE is always a UCS code point,
+which has nothing to do with the charset the page is in.  For example,
+\"©\" *always* refers to the copyright symbol, regardless of charset
+specified by the META tag or the charset sent by the HTTP server.  In
+other words, \"©\" is exactly equivalent to \"©\".
+
+For most people htmlize will work fine with this option left at the
+default setting; don't change it unless you know what you're doing."
+  :type 'sexp
+  :group 'htmlize)
+
+(defcustom htmlize-ignore-face-size 'absolute
+  "Whether face size should be ignored when generating HTML.
+If this is nil, face sizes are used.  If set to t, sizes are ignored
+If set to `absolute', only absolute size specifications are ignored.
+Please note that font sizes only work with CSS-based output types."
+  :type '(choice (const :tag "Don't ignore" nil)
+		 (const :tag "Ignore all" t)
+		 (const :tag "Ignore absolute" absolute))
+  :group 'htmlize)
+
+(defcustom htmlize-css-name-prefix ""
+  "The prefix used for CSS names.
+The CSS names that htmlize generates from face names are often too
+generic for CSS files; for example, `font-lock-type-face' is transformed
+to `type'.  Use this variable to add a prefix to the generated names.
+The string \"htmlize-\" is an example of a reasonable prefix."
+  :type 'string
+  :group 'htmlize)
+
+(defcustom htmlize-use-rgb-txt t
+  "Whether `rgb.txt' should be used to convert color names to RGB.
+
+This conversion means determining, for instance, that the color
+\"IndianRed\" corresponds to the (205, 92, 92) RGB triple.  `rgb.txt'
+is the X color database that maps hundreds of color names to such RGB
+triples.  When this variable is non-nil, `htmlize' uses `rgb.txt' to
+look up color names.
+
+If this variable is nil, htmlize queries Emacs for RGB components of
+colors using `color-instance-rgb-components' and `color-values'.
+This can yield incorrect results on non-true-color displays.
+
+If the `rgb.txt' file is not found (which will be the case if you're
+running Emacs on non-X11 systems), this option is ignored."
+  :type 'boolean
+  :group 'htmlize)
+
+(defvar htmlize-face-overrides nil
+  "Overrides for face definitions.
+
+Normally face definitions are taken from Emacs settings for fonts
+in the current frame.  For faces present in this plist, the
+definitions will be used instead.  Keys in the plist are symbols
+naming the face and values are the overriding definitions.  For
+example:
+
+  (setq htmlize-face-overrides
+        '(font-lock-warning-face \"black\"
+          font-lock-function-name-face \"red\"
+          font-lock-comment-face \"blue\"
+          default (:foreground \"dark-green\" :background \"yellow\")))
+
+This variable can be also be `let' bound when running `htmlize-buffer'.")
+
+(defcustom htmlize-untabify t
+  "Non-nil means untabify buffer contents during htmlization."
+  :type 'boolean
+  :group 'htmlize)
+
+(defcustom htmlize-html-major-mode nil
+  "The mode the newly created HTML buffer will be put in.
+Set this to nil if you prefer the default (fundamental) mode."
+  :type '(radio (const :tag "No mode (fundamental)" nil)
+		 (function-item html-mode)
+		 (function :tag "User-defined major mode"))
+  :group 'htmlize)
+
+(defcustom htmlize-pre-style nil
+  "When non-nil, `
' tags will be decorated with style
+information in `font' and `inline-css' modes. This allows a
+consistent background for captures of regions."
+  :type 'boolean
+  :group 'htmlize)
+
+(defvar htmlize-before-hook nil
+  "Hook run before htmlizing a buffer.
+The hook functions are run in the source buffer (not the resulting HTML
+buffer).")
+
+(defvar htmlize-after-hook nil
+  "Hook run after htmlizing a buffer.
+Unlike `htmlize-before-hook', these functions are run in the generated
+HTML buffer.  You may use them to modify the outlook of the final HTML
+output.")
+
+(defvar htmlize-file-hook nil
+  "Hook run by `htmlize-file' after htmlizing a file, but before saving it.")
+
+(defvar htmlize-buffer-places)
+
+;;; Some cross-Emacs compatibility.
+
+;; We need a function that efficiently finds the next change of a
+;; property regardless of whether the change occurred because of a
+;; text property or an extent/overlay.
+(defun htmlize-next-change (pos prop &optional limit)
+  (if prop
+      (next-single-char-property-change pos prop nil limit)
+    (next-char-property-change pos limit)))
+
+(defun htmlize-overlay-faces-at (pos)
+  (delq nil (mapcar (lambda (o) (overlay-get o 'face)) (overlays-at pos))))
+
+(defun htmlize-next-face-change (pos &optional limit)
+  ;; (htmlize-next-change pos 'face limit) would skip over entire
+  ;; overlays that specify the `face' property, even when they
+  ;; contain smaller text properties that also specify `face'.
+  ;; Emacs display engine merges those faces, and so must we.
+  (or limit
+      (setq limit (point-max)))
+  (let ((next-prop (next-single-property-change pos 'face nil limit))
+        (overlay-faces (htmlize-overlay-faces-at pos)))
+    (while (progn
+             (setq pos (next-overlay-change pos))
+             (and (< pos next-prop)
+                  (equal overlay-faces (htmlize-overlay-faces-at pos)))))
+    (setq pos (min pos next-prop))
+    ;; Additionally, we include the entire region that specifies the
+    ;; `display' property.
+    (when (get-char-property pos 'display)
+      (setq pos (next-single-char-property-change pos 'display nil limit)))
+    pos))
+
+(defmacro htmlize-lexlet (&rest letforms)
+  (declare (indent 1) (debug let))
+  (if (and (boundp 'lexical-binding)
+           lexical-binding)
+      `(let ,@letforms)
+    ;; cl extensions have a macro implementing lexical let
+    `(lexical-let ,@letforms)))
+
+
+;;; Transformation of buffer text: HTML escapes, untabification, etc.
+
+(defvar htmlize-basic-character-table
+  ;; Map characters in the 0-127 range to either one-character strings
+  ;; or to numeric entities.
+  (let ((table (make-vector 128 ?\0)))
+    ;; Map characters in the 32-126 range to themselves, others to
+    ;; &#CODE entities;
+    (dotimes (i 128)
+      (setf (aref table i) (if (and (>= i 32) (<= i 126))
+			       (char-to-string i)
+			     (format "&#%d;" i))))
+    ;; Set exceptions manually.
+    (setf
+     ;; Don't escape newline, carriage return, and TAB.
+     (aref table ?\n) "\n"
+     (aref table ?\r) "\r"
+     (aref table ?\t) "\t"
+     ;; Escape &, <, and >.
+     (aref table ?&) "&"
+     (aref table ?<) "<"
+     (aref table ?>) ">"
+     ;; Not escaping '"' buys us a measurable speedup.  It's only
+     ;; necessary to quote it for strings used in attribute values,
+     ;; which htmlize doesn't typically do.
+     ;(aref table ?\") """
+     )
+    table))
+
+;; A cache of HTML representation of non-ASCII characters.  Depending
+;; on the setting of `htmlize-convert-nonascii-to-entities', this maps
+;; non-ASCII characters to either "&#;" or "" (mapconcat's
+;; mapper must always return strings).  It's only filled as characters
+;; are encountered, so that in a buffer with e.g. French text, it will
+;; only ever contain French accented characters as keys.  It's cleared
+;; on each entry to htmlize-buffer-1 to allow modifications of
+;; `htmlize-convert-nonascii-to-entities' to take effect.
+(defvar htmlize-extended-character-cache (make-hash-table :test 'eq))
+
+(defun htmlize-protect-string (string)
+  "HTML-protect string, escaping HTML metacharacters and I18N chars."
+  ;; Only protecting strings that actually contain unsafe or non-ASCII
+  ;; chars removes a lot of unnecessary funcalls and consing.
+  (if (not (string-match "[^\r\n\t -%'-;=?-~]" string))
+      string
+    (mapconcat (lambda (char)
+		 (cond
+		  ((< char 128)
+		   ;; ASCII: use htmlize-basic-character-table.
+		   (aref htmlize-basic-character-table char))
+		  ((gethash char htmlize-extended-character-cache)
+		   ;; We've already seen this char; return the cached
+		   ;; string.
+		   )
+		  ((not htmlize-convert-nonascii-to-entities)
+		   ;; If conversion to entities is not desired, always
+		   ;; copy the char literally.
+		   (setf (gethash char htmlize-extended-character-cache)
+			 (char-to-string char)))
+		  ((< char 256)
+		   ;; Latin 1: no need to call encode-char.
+		   (setf (gethash char htmlize-extended-character-cache)
+			 (format "&#%d;" char)))
+		  ((encode-char char 'ucs)
+                   ;; Must check if encode-char works for CHAR;
+                   ;; it fails for Arabic and possibly elsewhere.
+		   (setf (gethash char htmlize-extended-character-cache)
+			 (format "&#%d;" (encode-char char 'ucs))))
+		  (t
+		   ;; encode-char doesn't work for this char.  Copy it
+		   ;; unchanged and hope for the best.
+		   (setf (gethash char htmlize-extended-character-cache)
+			 (char-to-string char)))))
+	       string "")))
+
+(defun htmlize-attr-escape (string)
+  ;; Like htmlize-protect-string, but also escapes double-quoted
+  ;; strings to make it usable in attribute values.
+  (setq string (htmlize-protect-string string))
+  (if (not (string-match "\"" string))
+      string
+    (mapconcat (lambda (char)
+                 (if (eql char ?\")
+                     """
+                   (char-to-string char)))
+               string "")))
+
+(defsubst htmlize-concat (list)
+  (if (and (consp list) (null (cdr list)))
+      ;; Don't create a new string in the common case where the list only
+      ;; consists of one element.
+      (car list)
+    (apply #'concat list)))
+
+(defun htmlize-format-link (linkprops text)
+  (let ((uri (if (stringp linkprops)
+                 linkprops
+               (plist-get linkprops :uri)))
+        (escaped-text (htmlize-protect-string text)))
+    (if uri
+        (format "%s" (htmlize-attr-escape uri) escaped-text)
+      escaped-text)))
+
+(defun htmlize-escape-or-link (string)
+  ;; Escape STRING and/or add hyperlinks.  STRING comes from a
+  ;; `display' property.
+  (let ((pos 0) (end (length string)) outlist)
+    (while (< pos end)
+      (let* ((link (get-char-property pos 'htmlize-link string))
+             (next-link-change (next-single-property-change
+                                pos 'htmlize-link string end))
+             (chunk (substring string pos next-link-change)))
+        (push
+         (cond (link
+                (htmlize-format-link link chunk))
+               ((get-char-property 0 'htmlize-literal chunk)
+                chunk)
+               (t
+                (htmlize-protect-string chunk)))
+         outlist)
+        (setq pos next-link-change)))
+    (htmlize-concat (nreverse outlist))))
+
+(defun htmlize-display-prop-to-html (display text)
+  (let (desc)
+    (cond ((stringp display)
+           ;; Emacs ignores recursive display properties.
+           (htmlize-escape-or-link display))
+          ((not (eq (car-safe display) 'image))
+           (htmlize-protect-string text))
+          ((null (setq desc (funcall htmlize-transform-image
+                                     (cdr display) text)))
+           (htmlize-escape-or-link text))
+          ((stringp desc)
+           (htmlize-escape-or-link desc))
+          (t
+           (htmlize-generate-image desc text)))))
+
+(defun htmlize-string-to-html (string)
+  ;; Convert the string to HTML, including images attached as
+  ;; `display' property and links as `htmlize-link' property.  In a
+  ;; string without images or links, this is equivalent to
+  ;; `htmlize-protect-string'.
+  (let ((pos 0) (end (length string)) outlist)
+    (while (< pos end)
+      (let* ((display (get-char-property pos 'display string))
+             (next-display-change (next-single-property-change
+                                   pos 'display string end))
+             (chunk (substring string pos next-display-change)))
+        (push
+         (if display
+             (htmlize-display-prop-to-html display chunk)
+           (htmlize-escape-or-link chunk))
+         outlist)
+        (setq pos next-display-change)))
+    (htmlize-concat (nreverse outlist))))
+
+(defun htmlize-default-transform-image (imgprops _text)
+  "Default transformation of image descriptor to something usable in HTML.
+
+If `htmlize-use-images' is nil, the function always returns nil, meaning
+use original text.  Otherwise, it tries to find the image for images that
+specify a file name.  If `htmlize-force-inline-images' is non-nil, it also
+converts the :file attribute to :data and returns the modified property
+list."
+  (when htmlize-use-images
+    (when (plist-get imgprops :file)
+      (let ((location (plist-get (cdr (find-image (list imgprops))) :file)))
+        (when location
+          (setq imgprops (plist-put (cl-copy-list imgprops) :file location)))))
+    (if htmlize-force-inline-images
+        (let ((location (plist-get imgprops :file))
+              data)
+          (when location
+            (with-temp-buffer
+              (condition-case nil
+                  (progn
+                    (insert-file-contents-literally location)
+                    (setq data (buffer-string)))
+                (error nil))))
+          ;; if successful, return the new plist, otherwise return
+          ;; nil, which will use the original text
+          (and data
+               (plist-put (plist-put imgprops :file nil)
+                          :data data)))
+      imgprops)))
+
+(defun htmlize-alt-text (_imgprops origtext)
+  (and (/= (length origtext) 0)
+       (<= (length origtext) htmlize-max-alt-text)
+       (not (string-match "[\0-\x1f]" origtext))
+       origtext))
+
+(defun htmlize-generate-image (imgprops origtext)
+  (let* ((alt-text (htmlize-alt-text imgprops origtext))
+         (alt-attr (if alt-text
+                       (format " alt=\"%s\"" (htmlize-attr-escape alt-text))
+                     "")))
+    (cond ((plist-get imgprops :file)
+           ;; Try to find the image in image-load-path
+           (let* ((found-props (cdr (find-image (list imgprops))))
+                  (file (or (plist-get found-props :file)
+                            (plist-get imgprops :file))))
+             (format ""
+                     (htmlize-attr-escape (file-relative-name file))
+                     alt-attr)))
+          ((plist-get imgprops :data)
+           (format ""
+                   (or (plist-get imgprops :type) "")
+                   (base64-encode-string (plist-get imgprops :data))
+                   alt-attr)))))
+
+(defconst htmlize-ellipsis "...")
+(put-text-property 0 (length htmlize-ellipsis) 'htmlize-ellipsis t htmlize-ellipsis)
+
+(defun htmlize-match-inv-spec (inv)
+  (cl-member inv buffer-invisibility-spec
+             :key (lambda (i)
+                    (if (symbolp i) i (car i)))))
+
+(defun htmlize-decode-invisibility-spec (invisible)
+  ;; Return t, nil, or `ellipsis', depending on how invisible text should be inserted.
+
+  (if (not (listp buffer-invisibility-spec))
+      ;; If buffer-invisibility-spec is not a list, then all
+      ;; characters with non-nil `invisible' property are visible.
+      (not invisible)
+
+    ;; Otherwise, the value of a non-nil `invisible' property can be:
+    ;; 1. a symbol -- make the text invisible if it matches
+    ;;    buffer-invisibility-spec.
+    ;; 2. a list of symbols -- make the text invisible if
+    ;;    any symbol in the list matches
+    ;;    buffer-invisibility-spec.
+    ;; If the match of buffer-invisibility-spec has a non-nil
+    ;; CDR, replace the invisible text with an ellipsis.
+    (let ((match (if (symbolp invisible)
+                     (htmlize-match-inv-spec invisible)
+                   (cl-some #'htmlize-match-inv-spec invisible))))
+      (cond ((null match) t)
+            ((cdr-safe (car match)) 'ellipsis)
+            (t nil)))))
+
+(defun htmlize-add-before-after-strings (beg end text)
+  ;; Find overlays specifying before-string and after-string in [beg,
+  ;; pos).  If any are found, splice them into TEXT and return the new
+  ;; text.
+  (let (additions)
+    (dolist (overlay (overlays-in beg end))
+      (let ((before (overlay-get overlay 'before-string))
+            (after (overlay-get overlay 'after-string)))
+        (when after
+          (push (cons (- (overlay-end overlay) beg)
+                      after)
+                additions))
+        (when before
+          (push (cons (- (overlay-start overlay) beg)
+                      before)
+                additions))))
+    (if additions
+        (let ((textlist nil)
+              (strpos 0))
+          (dolist (add (cl-stable-sort additions #'< :key #'car))
+            (let ((addpos (car add))
+                  (addtext (cdr add)))
+              (push (substring text strpos addpos) textlist)
+              (push addtext textlist)
+              (setq strpos addpos)))
+          (push (substring text strpos) textlist)
+          (apply #'concat (nreverse textlist)))
+      text)))
+
+(defun htmlize-copy-prop (prop beg end string)
+  ;; Copy the specified property from the specified region of the
+  ;; buffer to the target string.  We cannot rely on Emacs to copy the
+  ;; property because we want to handle properties coming from both
+  ;; text properties and overlays.
+  (let ((pos beg))
+    (while (< pos end)
+      (let ((value (get-char-property pos prop))
+            (next-change (htmlize-next-change pos prop end)))
+        (when value
+          (put-text-property (- pos beg) (- next-change beg)
+                             prop value string))
+        (setq pos next-change)))))
+
+(defun htmlize-get-text-with-display (beg end)
+  ;; Like buffer-substring-no-properties, except it copies the
+  ;; `display' property from the buffer, if found.
+  (let ((text (buffer-substring-no-properties beg end)))
+    (htmlize-copy-prop 'display beg end text)
+    (htmlize-copy-prop 'htmlize-link beg end text)
+    (setq text (htmlize-add-before-after-strings beg end text))
+    text))
+
+(defun htmlize-buffer-substring-no-invisible (beg end)
+  ;; Like buffer-substring-no-properties, but don't copy invisible
+  ;; parts of the region.  Where buffer-substring-no-properties
+  ;; mandates an ellipsis to be shown, htmlize-ellipsis is inserted.
+  (let ((pos beg)
+	visible-list invisible show last-show next-change)
+    ;; Iterate over the changes in the `invisible' property and filter
+    ;; out the portions where it's non-nil, i.e. where the text is
+    ;; invisible.
+    (while (< pos end)
+      (setq invisible (get-char-property pos 'invisible)
+	    next-change (htmlize-next-change pos 'invisible end)
+            show (htmlize-decode-invisibility-spec invisible))
+      (cond ((eq show t)
+	     (push (htmlize-get-text-with-display pos next-change)
+                   visible-list))
+            ((and (eq show 'ellipsis)
+                  (not (eq last-show 'ellipsis))
+                  ;; Conflate successive ellipses.
+                  (push htmlize-ellipsis visible-list))))
+      (setq pos next-change last-show show))
+    (htmlize-concat (nreverse visible-list))))
+
+(defun htmlize-trim-ellipsis (text)
+  ;; Remove htmlize-ellipses ("...") from the beginning of TEXT if it
+  ;; starts with it.  It checks for the special property of the
+  ;; ellipsis so it doesn't work on ordinary text that begins with
+  ;; "...".
+  (if (get-text-property 0 'htmlize-ellipsis text)
+      (substring text (length htmlize-ellipsis))
+    text))
+
+(defconst htmlize-tab-spaces
+  ;; A table of strings with spaces.  (aref htmlize-tab-spaces 5) is
+  ;; like (make-string 5 ?\ ), except it doesn't cons.
+  (let ((v (make-vector 32 nil)))
+    (dotimes (i (length v))
+      (setf (aref v i) (make-string i ?\ )))
+    v))
+
+(defun htmlize-untabify-string (text start-column)
+  "Untabify TEXT, assuming it starts at START-COLUMN."
+  (let ((column start-column)
+	(last-match 0)
+	(chunk-start 0)
+	chunks match-pos tab-size)
+    (while (string-match "[\t\n]" text last-match)
+      (setq match-pos (match-beginning 0))
+      (cond ((eq (aref text match-pos) ?\t)
+	     ;; Encountered a tab: create a chunk of text followed by
+	     ;; the expanded tab.
+	     (push (substring text chunk-start match-pos) chunks)
+	     ;; Increase COLUMN by the length of the text we've
+	     ;; skipped since last tab or newline.  (Encountering
+	     ;; newline resets it.)
+	     (cl-incf column (- match-pos last-match))
+	     ;; Calculate tab size based on tab-width and COLUMN.
+	     (setq tab-size (- tab-width (% column tab-width)))
+	     ;; Expand the tab, carefully recreating the `display'
+	     ;; property if one was on the TAB.
+             (let ((display (get-text-property match-pos 'display text))
+                   (expanded-tab (aref htmlize-tab-spaces tab-size)))
+               (when display
+                 (put-text-property 0 tab-size 'display display expanded-tab))
+               (push expanded-tab chunks))
+	     (cl-incf column tab-size)
+	     (setq chunk-start (1+ match-pos)))
+	    (t
+	     ;; Reset COLUMN at beginning of line.
+	     (setq column 0)))
+      (setq last-match (1+ match-pos)))
+    ;; If no chunks have been allocated, it means there have been no
+    ;; tabs to expand.  Return TEXT unmodified.
+    (if (null chunks)
+	text
+      (when (< chunk-start (length text))
+	;; Push the remaining chunk.
+	(push (substring text chunk-start) chunks))
+      ;; Generate the output from the available chunks.
+      (htmlize-concat (nreverse chunks)))))
+
+(defun htmlize-extract-text (beg end trailing-ellipsis)
+  ;; Extract buffer text, sans the invisible parts.  Then
+  ;; untabify it and escape the HTML metacharacters.
+  (let ((text (htmlize-buffer-substring-no-invisible beg end)))
+    (when trailing-ellipsis
+      (setq text (htmlize-trim-ellipsis text)))
+    ;; If TEXT ends up empty, don't change trailing-ellipsis.
+    (when (> (length text) 0)
+      (setq trailing-ellipsis
+            (get-text-property (1- (length text))
+                               'htmlize-ellipsis text)))
+    (when htmlize-untabify
+      (setq text (htmlize-untabify-string text (current-column))))
+    (setq text (htmlize-string-to-html text))
+    (cl-values text trailing-ellipsis)))
+
+(defun htmlize-despam-address (string)
+  "Replace every occurrence of '@' in STRING with %40.
+This is used to protect mailto links without modifying their meaning."
+  ;; Suggested by Ville Skytta.
+  (while (string-match "@" string)
+    (setq string (replace-match "%40" nil t string)))
+  string)
+
+(defun htmlize-make-tmp-overlay (beg end props)
+  (let ((overlay (make-overlay beg end)))
+    (overlay-put overlay 'htmlize-tmp-overlay t)
+    (while props
+      (overlay-put overlay (pop props) (pop props)))
+    overlay))
+
+(defun htmlize-delete-tmp-overlays ()
+  (dolist (overlay (overlays-in (point-min) (point-max)))
+    (when (overlay-get overlay 'htmlize-tmp-overlay)
+      (delete-overlay overlay))))
+
+(defun htmlize-make-link-overlay (beg end uri)
+  (htmlize-make-tmp-overlay beg end `(htmlize-link (:uri ,uri))))
+
+(defun htmlize-create-auto-links ()
+  "Add `htmlize-link' property to all mailto links in the buffer."
+  (save-excursion
+    (goto-char (point-min))
+    (while (re-search-forward
+            "<\\(\\(mailto:\\)?\\([-=+_.a-zA-Z0-9]+@[-_.a-zA-Z0-9]+\\)\\)>"
+            nil t)
+      (let* ((address (match-string 3))
+             (beg (match-beginning 0)) (end (match-end 0))
+             (uri (concat "mailto:" (htmlize-despam-address address))))
+        (htmlize-make-link-overlay beg end uri)))
+    (goto-char (point-min))
+    (while (re-search-forward "<\\(\\(URL:\\)?\\([a-zA-Z]+://[^;]+\\)\\)>"
+                              nil t)
+      (htmlize-make-link-overlay
+       (match-beginning 0) (match-end 0) (match-string 3)))))
+
+;; Tests for htmlize-create-auto-links:
+
+;; 
+;; 
+;; 
+;; 
+;; 
+;; 
+
+(defun htmlize-shadow-form-feeds ()
+  (let ((s "\n
")) + (put-text-property 0 (length s) 'htmlize-literal t s) + (let ((disp `(display ,s))) + (while (re-search-forward "\n\^L" nil t) + (let* ((beg (match-beginning 0)) + (end (match-end 0)) + (form-feed-pos (1+ beg)) + ;; don't process ^L if invisible or covered by `display' + (show (and (htmlize-decode-invisibility-spec + (get-char-property form-feed-pos 'invisible)) + (not (get-char-property form-feed-pos 'display))))) + (when show + (htmlize-make-tmp-overlay beg end disp))))))) + +(defun htmlize-defang-local-variables () + ;; Juri Linkov reports that an HTML-ized "Local variables" can lead + ;; visiting the HTML to fail with "Local variables list is not + ;; properly terminated". He suggested changing the phrase to + ;; syntactically equivalent HTML that Emacs doesn't recognize. + (goto-char (point-min)) + (while (search-forward "Local Variables:" nil t) + (replace-match "Local Variables:" nil t))) + + +;;; Color handling. + +(defvar htmlize-x-library-search-path + `(,data-directory + "/etc/X11/rgb.txt" + "/usr/share/X11/rgb.txt" + ;; the remainder of this list really belongs in a museum + "/usr/X11R6/lib/X11/" + "/usr/X11R5/lib/X11/" + "/usr/lib/X11R6/X11/" + "/usr/lib/X11R5/X11/" + "/usr/local/X11R6/lib/X11/" + "/usr/local/X11R5/lib/X11/" + "/usr/local/lib/X11R6/X11/" + "/usr/local/lib/X11R5/X11/" + "/usr/X11/lib/X11/" + "/usr/lib/X11/" + "/usr/local/lib/X11/" + "/usr/X386/lib/X11/" + "/usr/x386/lib/X11/" + "/usr/XFree86/lib/X11/" + "/usr/unsupported/lib/X11/" + "/usr/athena/lib/X11/" + "/usr/local/x11r5/lib/X11/" + "/usr/lpp/Xamples/lib/X11/" + "/usr/openwin/lib/X11/" + "/usr/openwin/share/lib/X11/")) + +(defun htmlize-get-color-rgb-hash (&optional rgb-file) + "Return a hash table mapping X color names to RGB values. +The keys in the hash table are X11 color names, and the values are the +#rrggbb RGB specifications, extracted from `rgb.txt'. + +If RGB-FILE is nil, the function will try hard to find a suitable file +in the system directories. + +If no rgb.txt file is found, return nil." + (let ((rgb-file (or rgb-file (locate-file + "rgb.txt" + htmlize-x-library-search-path))) + (hash nil)) + (when rgb-file + (with-temp-buffer + (insert-file-contents rgb-file) + (setq hash (make-hash-table :test 'equal)) + (while (not (eobp)) + (cond ((looking-at "^\\s-*\\([!#]\\|$\\)") + ;; Skip comments and empty lines. + ) + ((looking-at + "[ \t]*\\([0-9]+\\)[ \t]+\\([0-9]+\\)[ \t]+\\([0-9]+\\)[ \t]+\\(.*\\)") + (setf (gethash (downcase (match-string 4)) hash) + (format "#%02x%02x%02x" + (string-to-number (match-string 1)) + (string-to-number (match-string 2)) + (string-to-number (match-string 3))))) + (t + (error + "Unrecognized line in %s: %s" + rgb-file + (buffer-substring (point) (progn (end-of-line) (point)))))) + (forward-line 1)))) + hash)) + +;; Compile the RGB map when loaded. On systems where rgb.txt is +;; missing, the value of the variable will be nil, and rgb.txt will +;; not be used. +(defvar htmlize-color-rgb-hash (htmlize-get-color-rgb-hash)) + +;;; Face handling. + +(defun htmlize-face-color-internal (face fg) + ;; Used only under GNU Emacs. Return the color of FACE, but don't + ;; return "unspecified-fg" or "unspecified-bg". If the face is + ;; `default' and the color is unspecified, look up the color in + ;; frame parameters. + (let* ((function (if fg #'face-foreground #'face-background)) + (color (funcall function face nil t))) + (when (and (eq face 'default) (null color)) + (setq color (cdr (assq (if fg 'foreground-color 'background-color) + (frame-parameters))))) + (when (or (eq color 'unspecified) + (equal color "unspecified-fg") + (equal color "unspecified-bg")) + (setq color nil)) + (when (and (eq face 'default) + (null color)) + ;; Assuming black on white doesn't seem right, but I can't think + ;; of anything better to do. + (setq color (if fg "black" "white"))) + color)) + +(defun htmlize-face-foreground (face) + ;; Return the name of the foreground color of FACE. If FACE does + ;; not specify a foreground color, return nil. + (htmlize-face-color-internal face t)) + +(defun htmlize-face-background (face) + ;; Return the name of the background color of FACE. If FACE does + ;; not specify a background color, return nil. + ;; GNU Emacs. + (htmlize-face-color-internal face nil)) + +;; Convert COLOR to the #RRGGBB string. If COLOR is already in that +;; format, it's left unchanged. + +(defun htmlize-color-to-rgb (color) + (let ((rgb-string nil)) + (cond ((null color) + ;; Ignore nil COLOR because it means that the face is not + ;; specifying any color. Hence (htmlize-color-to-rgb nil) + ;; returns nil. + ) + ((string-match "\\`#" color) + ;; The color is already in #rrggbb format. + (setq rgb-string color)) + ((and htmlize-use-rgb-txt + htmlize-color-rgb-hash) + ;; Use of rgb.txt is requested, and it's available on the + ;; system. Use it. + (setq rgb-string (gethash (downcase color) htmlize-color-rgb-hash))) + (t + ;; We're getting the RGB components from Emacs. + (let ((rgb (mapcar (lambda (arg) + (/ arg 256)) + (color-values color)))) + (when rgb + (setq rgb-string (apply #'format "#%02x%02x%02x" rgb)))))) + ;; If RGB-STRING is still nil, it means the color cannot be found, + ;; for whatever reason. In that case just punt and return COLOR. + ;; Most browsers support a decent set of color names anyway. + (or rgb-string color))) + +;; We store the face properties we care about into an +;; `htmlize-fstruct' type. That way we only have to analyze face +;; properties, which can be time consuming, once per each face. The +;; mapping between Emacs faces and htmlize-fstructs is established by +;; htmlize-make-face-map. The name "fstruct" refers to variables of +;; type `htmlize-fstruct', while the term "face" is reserved for Emacs +;; faces. + +(cl-defstruct htmlize-fstruct + foreground ; foreground color, #rrggbb + background ; background color, #rrggbb + size ; size + boldp ; whether face is bold + italicp ; whether face is italic + underlinep ; whether face is underlined + overlinep ; whether face is overlined + strikep ; whether face is struck through + css-name ; CSS name of face + ) + +(defun htmlize-face-set-from-keyword-attr (fstruct attr value) + ;; For ATTR and VALUE, set the equivalent value in FSTRUCT. + (cl-case attr + (:foreground + (setf (htmlize-fstruct-foreground fstruct) (htmlize-color-to-rgb value))) + (:background + (setf (htmlize-fstruct-background fstruct) (htmlize-color-to-rgb value))) + (:height + (setf (htmlize-fstruct-size fstruct) value)) + (:weight + (when (string-match (symbol-name value) "bold") + (setf (htmlize-fstruct-boldp fstruct) t))) + (:slant + (setf (htmlize-fstruct-italicp fstruct) (or (eq value 'italic) + (eq value 'oblique)))) + (:bold + (setf (htmlize-fstruct-boldp fstruct) value)) + (:italic + (setf (htmlize-fstruct-italicp fstruct) value)) + (:underline + (setf (htmlize-fstruct-underlinep fstruct) value)) + (:overline + (setf (htmlize-fstruct-overlinep fstruct) value)) + (:strike-through + (setf (htmlize-fstruct-strikep fstruct) value)))) + +(defun htmlize-face-size (face) + ;; The size (height) of FACE, taking inheritance into account. + ;; Only works in Emacs 21 and later. + (let* ((face-list (list face)) + (head face-list) + (tail face-list)) + (while head + (let ((inherit (face-attribute (car head) :inherit))) + (cond ((listp inherit) + (setcdr tail (cl-copy-list inherit)) + (setq tail (last tail))) + ((eq inherit 'unspecified)) + (t + (setcdr tail (list inherit)) + (setq tail (cdr tail))))) + (pop head)) + (let ((size-list + (cl-loop + for f in face-list + for h = (and (facep f) (face-attribute f :height)) + collect (if (eq h 'unspecified) nil h)))) + (cl-reduce 'htmlize-merge-size (cons nil size-list))))) + +(defun htmlize-face-css-name (face) + ;; Generate the css-name property for the given face. Emacs places + ;; no restrictions on the names of symbols that represent faces -- + ;; any characters may be in the name, even control chars. We try + ;; hard to beat the face name into shape, both esthetically and + ;; according to CSS1 specs. + (let ((name (downcase (symbol-name face)))) + (when (string-match "\\`font-lock-" name) + ;; font-lock-FOO-face -> FOO. + (setq name (replace-match "" t t name))) + (when (string-match "-face\\'" name) + ;; Drop the redundant "-face" suffix. + (setq name (replace-match "" t t name))) + (while (string-match "[^-a-zA-Z0-9]" name) + ;; Drop the non-alphanumerics. + (setq name (replace-match "X" t t name))) + (when (string-match "\\`[-0-9]" name) + ;; CSS identifiers may not start with a digit. + (setq name (concat "X" name))) + ;; After these transformations, the face could come out empty. + (when (equal name "") + (setq name "face")) + ;; Apply the prefix. + (concat htmlize-css-name-prefix name))) + +(defun htmlize-face-to-fstruct-1 (face) + "Convert Emacs face FACE to fstruct, internal." + (let ((fstruct (make-htmlize-fstruct + :foreground (htmlize-color-to-rgb + (htmlize-face-foreground face)) + :background (htmlize-color-to-rgb + (htmlize-face-background face))))) + ;; GNU Emacs + (dolist (attr '(:weight :slant :underline :overline :strike-through)) + (let ((value (face-attribute face attr nil t))) + (when (and value (not (eq value 'unspecified))) + (htmlize-face-set-from-keyword-attr fstruct attr value)))) + (let ((size (htmlize-face-size face))) + (unless (eql size 1.0) ; ignore non-spec + (setf (htmlize-fstruct-size fstruct) size))) + (setf (htmlize-fstruct-css-name fstruct) (htmlize-face-css-name face)) + fstruct)) + +(defun htmlize-face-to-fstruct (face) + (let* ((face-list (or (and (symbolp face) + (cdr (assq face face-remapping-alist))) + (list face))) + (fstruct (htmlize-merge-faces + (mapcar (lambda (face) + (if (symbolp face) + (or (htmlize-get-override-fstruct face) + (htmlize-face-to-fstruct-1 face)) + (htmlize-attrlist-to-fstruct face))) + (nreverse face-list))))) + (when (symbolp face) + (setf (htmlize-fstruct-css-name fstruct) (htmlize-face-css-name face))) + fstruct)) + +(defmacro htmlize-copy-attr-if-set (attr-list dest source) + ;; Generate code with the following pattern: + ;; (progn + ;; (when (htmlize-fstruct-ATTR source) + ;; (setf (htmlize-fstruct-ATTR dest) (htmlize-fstruct-ATTR source))) + ;; ...) + ;; for the given list of boolean attributes. + (cons 'progn + (cl-loop for attr in attr-list + for attr-sym = (intern (format "htmlize-fstruct-%s" attr)) + collect `(when (,attr-sym ,source) + (setf (,attr-sym ,dest) (,attr-sym ,source)))))) + +(defun htmlize-merge-size (merged next) + ;; Calculate the size of the merge of MERGED and NEXT. + (cond ((null merged) next) + ((integerp next) next) + ((null next) merged) + ((floatp merged) (* merged next)) + ((integerp merged) (round (* merged next))))) + +(defun htmlize-merge-two-faces (merged next) + (htmlize-copy-attr-if-set + (foreground background boldp italicp underlinep overlinep strikep) + merged next) + (setf (htmlize-fstruct-size merged) + (htmlize-merge-size (htmlize-fstruct-size merged) + (htmlize-fstruct-size next))) + merged) + +(defun htmlize-merge-faces (fstruct-list) + (cond ((null fstruct-list) + ;; Nothing to do, return a dummy face. + (make-htmlize-fstruct)) + ((null (cdr fstruct-list)) + ;; Optimize for the common case of a single face, simply + ;; return it. + (car fstruct-list)) + (t + (cl-reduce #'htmlize-merge-two-faces + (cons (make-htmlize-fstruct) fstruct-list))))) + +;; GNU Emacs 20+ supports attribute lists in `face' properties. For +;; example, you can use `(:foreground "red" :weight bold)' as an +;; overlay's "face", or you can even use a list of such lists, etc. +;; We call those "attrlists". +;; +;; htmlize supports attrlist by converting them to fstructs, the same +;; as with regular faces. + +(defun htmlize-attrlist-to-fstruct (attrlist &optional name) + ;; Like htmlize-face-to-fstruct, but accepts an ATTRLIST as input. + (let ((fstruct (make-htmlize-fstruct))) + (cond ((eq (car attrlist) 'foreground-color) + ;; ATTRLIST is (foreground-color . COLOR) + (setf (htmlize-fstruct-foreground fstruct) + (htmlize-color-to-rgb (cdr attrlist)))) + ((eq (car attrlist) 'background-color) + ;; ATTRLIST is (background-color . COLOR) + (setf (htmlize-fstruct-background fstruct) + (htmlize-color-to-rgb (cdr attrlist)))) + (t + ;; ATTRLIST is a plist. + (while attrlist + (let ((attr (pop attrlist)) + (value (pop attrlist))) + (when (and value (not (eq value 'unspecified))) + (htmlize-face-set-from-keyword-attr fstruct attr value)))))) + (setf (htmlize-fstruct-css-name fstruct) (or name "custom")) + fstruct)) + +(defun htmlize-decode-face-prop (prop) + "Turn face property PROP into a list of face-like objects." + ;; PROP can be a symbol naming a face, a string naming such a + ;; symbol, a cons (foreground-color . COLOR) or (background-color + ;; COLOR), a property list (:attr1 val1 :attr2 val2 ...), or a list + ;; of any of those. + ;; + ;; (htmlize-decode-face-prop 'face) -> (face) + ;; (htmlize-decode-face-prop '(face1 face2)) -> (face1 face2) + ;; (htmlize-decode-face-prop '(:attr "val")) -> ((:attr "val")) + ;; (htmlize-decode-face-prop '((:attr "val") face (foreground-color "red"))) + ;; -> ((:attr "val") face (foreground-color "red")) + ;; + ;; Unrecognized atoms or non-face symbols/strings are silently + ;; stripped away. + (cond ((null prop) + nil) + ((symbolp prop) + (and (facep prop) + (list prop))) + ((stringp prop) + (and (facep (intern-soft prop)) + (list prop))) + ((atom prop) + nil) + ((and (symbolp (car prop)) + (eq ?: (aref (symbol-name (car prop)) 0))) + (list prop)) + ((or (eq (car prop) 'foreground-color) + (eq (car prop) 'background-color)) + (list prop)) + (t + (apply #'nconc (mapcar #'htmlize-decode-face-prop prop))))) + +(defun htmlize-get-override-fstruct (face) + (let* ((raw-def (plist-get htmlize-face-overrides face)) + (def (cond ((stringp raw-def) (list :foreground raw-def)) + ((listp raw-def) raw-def) + (t + (error (format (concat "face override must be an " + "attribute list or string, got %s") + raw-def)))))) + (and def + (htmlize-attrlist-to-fstruct def (symbol-name face))))) + +(defun htmlize-make-face-map (faces) + ;; Return a hash table mapping Emacs faces to htmlize's fstructs. + ;; The keys are either face symbols or attrlists, so the test + ;; function must be `equal'. + (let ((face-map (make-hash-table :test 'equal)) + css-names) + (dolist (face faces) + (unless (gethash face face-map) + ;; Haven't seen FACE yet; convert it to an fstruct and cache + ;; it. + (let ((fstruct (htmlize-face-to-fstruct face))) + (setf (gethash face face-map) fstruct) + (let* ((css-name (htmlize-fstruct-css-name fstruct)) + (new-name css-name) + (i 0)) + ;; Uniquify the face's css-name by using NAME-1, NAME-2, + ;; etc. + (while (member new-name css-names) + (setq new-name (format "%s-%s" css-name (cl-incf i)))) + (unless (equal new-name css-name) + (setf (htmlize-fstruct-css-name fstruct) new-name)) + (push new-name css-names))))) + face-map)) + +(defun htmlize-unstringify-face (face) + "If FACE is a string, return it interned, otherwise return it unchanged." + (if (stringp face) + (intern face) + face)) + +(defun htmlize-faces-in-buffer () + "Return a list of faces used in the current buffer. +This is the set of faces specified by the `face' text property and by buffer +overlays that specify `face'." + (let (faces) + ;; Faces used by text properties. + (let ((pos (point-min)) face-prop next) + (while (< pos (point-max)) + (setq face-prop (get-text-property pos 'face) + next (or (next-single-property-change pos 'face) (point-max))) + (setq faces (cl-nunion (htmlize-decode-face-prop face-prop) + faces :test 'equal)) + (setq pos next))) + ;; Faces used by overlays. + (dolist (overlay (overlays-in (point-min) (point-max))) + (let ((face-prop (overlay-get overlay 'face))) + (setq faces (cl-nunion (htmlize-decode-face-prop face-prop) + faces :test 'equal)))) + faces)) + +;; htmlize-faces-at-point returns the faces in use at point. The +;; faces are sorted by increasing priority, i.e. the last face takes +;; precedence. +;; +;; This returns all the faces in the `face' property and all the faces +;; in the overlays at point. + +(defun htmlize-faces-at-point () + (let (all-faces) + ;; Faces from text properties. + (let ((face-prop (get-text-property (point) 'face))) + ;; we need to reverse the `face' prop because we want + ;; more specific faces to come later + (setq all-faces (nreverse (htmlize-decode-face-prop face-prop)))) + ;; Faces from overlays. + (let ((overlays + ;; Collect overlays at point that specify `face'. + (cl-delete-if-not (lambda (o) + (overlay-get o 'face)) + (nreverse (overlays-at (point) t)))) + list face-prop) + (dolist (overlay overlays) + (setq face-prop (overlay-get overlay 'face) + list (nconc (htmlize-decode-face-prop face-prop) list))) + ;; Under "Merging Faces" the manual explicitly states + ;; that faces specified by overlays take precedence over + ;; faces specified by text properties. + (setq all-faces (nconc all-faces list))) + all-faces)) + +;; htmlize supports generating HTML in several flavors, some of which +;; use CSS, and others the element. We take an OO approach and +;; define "methods" that indirect to the functions that depend on +;; `htmlize-output-type'. The currently used methods are `doctype', +;; `insert-head', `body-tag', `pre-tag', and `text-markup'. Not all +;; output types define all methods. +;; +;; Methods are called either with (htmlize-method METHOD ARGS...) +;; special form, or by accessing the function with +;; (htmlize-method-function 'METHOD) and calling (funcall FUNCTION). +;; The latter form is useful in tight loops because `htmlize-method' +;; conses. + +(defmacro htmlize-method (method &rest args) + ;; Expand to (htmlize-TYPE-METHOD ...ARGS...). TYPE is the value of + ;; `htmlize-output-type' at run time. + `(funcall (htmlize-method-function ',method) ,@args)) + +(defun htmlize-method-function (method) + ;; Return METHOD's function definition for the current output type. + ;; The returned object can be safely funcalled. + (let ((sym (intern (format "htmlize-%s-%s" htmlize-output-type method)))) + (indirect-function (if (fboundp sym) + sym + (let ((default (intern (concat "htmlize-default-" + (symbol-name method))))) + (if (fboundp default) + default + 'ignore)))))) + +(defvar htmlize-memoization-table (make-hash-table :test 'equal)) + +(defmacro htmlize-memoize (key generator) + "Return the value of GENERATOR, memoized as KEY. +That means that GENERATOR will be evaluated and returned the first time +it's called with the same value of KEY. All other times, the cached +\(memoized) value will be returned." + (let ((value (cl-gensym))) + `(let ((,value (gethash ,key htmlize-memoization-table))) + (unless ,value + (setq ,value ,generator) + (setf (gethash ,key htmlize-memoization-table) ,value)) + ,value))) + +;;; Default methods. + +(defun htmlize-default-doctype () + nil ; no doc-string + ;; Note that the `font' output is technically invalid under this DTD + ;; because the DTD doesn't allow embedding in
.
+  ""
+  )
+
+(defun htmlize-default-body-tag (face-map)
+  nil					; no doc-string
+  face-map ; shut up the byte-compiler
+  "")
+
+(defun htmlize-default-pre-tag (face-map)
+  nil					; no doc-string
+  face-map ; shut up the byte-compiler
+  "
")
+
+
+;;; CSS based output support.
+
+;; Internal function; not a method.
+(defun htmlize-css-specs (fstruct)
+  (let (result)
+    (when (htmlize-fstruct-foreground fstruct)
+      (push (format "color: %s;" (htmlize-fstruct-foreground fstruct))
+	    result))
+    (when (htmlize-fstruct-background fstruct)
+      (push (format "background-color: %s;"
+		    (htmlize-fstruct-background fstruct))
+	    result))
+    (let ((size (htmlize-fstruct-size fstruct)))
+      (when (and size (not (eq htmlize-ignore-face-size t)))
+	(cond ((floatp size)
+	       (push (format "font-size: %d%%;" (* 100 size)) result))
+	      ((not (eq htmlize-ignore-face-size 'absolute))
+	       (push (format "font-size: %spt;" (/ size 10.0)) result)))))
+    (when (htmlize-fstruct-boldp fstruct)
+      (push "font-weight: bold;" result))
+    (when (htmlize-fstruct-italicp fstruct)
+      (push "font-style: italic;" result))
+    (when (htmlize-fstruct-underlinep fstruct)
+      (push "text-decoration: underline;" result))
+    (when (htmlize-fstruct-overlinep fstruct)
+      (push "text-decoration: overline;" result))
+    (when (htmlize-fstruct-strikep fstruct)
+      (push "text-decoration: line-through;" result))
+    (nreverse result)))
+
+(defun htmlize-css-insert-head (buffer-faces face-map)
+  (insert "    \n"))
+
+(defun htmlize-css-text-markup (fstruct-list buffer)
+  ;; Open the markup needed to insert text colored with FACES into
+  ;; BUFFER.  Return the function that closes the markup.
+
+  ;; In CSS mode, this is easy: just nest the text in one  tag for each face in FSTRUCT-LIST.
+  (dolist (fstruct fstruct-list)
+    (princ "" buffer))
+  (htmlize-lexlet ((fstruct-list fstruct-list) (buffer buffer))
+    (lambda ()
+      (dolist (fstruct fstruct-list)
+        (ignore fstruct)                ; shut up the byte-compiler
+        (princ "" buffer)))))
+
+;; `inline-css' output support.
+
+(defun htmlize-inline-css-body-tag (face-map)
+  (format ""
+	  (mapconcat #'identity (htmlize-css-specs (gethash 'default face-map))
+		     " ")))
+
+(defun htmlize-inline-css-pre-tag (face-map)
+  (if htmlize-pre-style
+      (format "
"
+              (mapconcat #'identity (htmlize-css-specs (gethash 'default face-map))
+                         " "))
+    (format "
")))
+
+(defun htmlize-inline-css-text-markup (fstruct-list buffer)
+  (let* ((merged (htmlize-merge-faces fstruct-list))
+	 (style (htmlize-memoize
+		 merged
+		 (let ((specs (htmlize-css-specs merged)))
+		   (and specs
+			(mapconcat #'identity (htmlize-css-specs merged) " "))))))
+    (when style
+      (princ "" buffer))
+    (htmlize-lexlet ((style style) (buffer buffer))
+      (lambda ()
+        (when style
+          (princ "" buffer))))))
+
+;;; `font' tag based output support.
+
+(defun htmlize-font-body-tag (face-map)
+  (let ((fstruct (gethash 'default face-map)))
+    (format ""
+	    (htmlize-fstruct-foreground fstruct)
+	    (htmlize-fstruct-background fstruct))))
+
+(defun htmlize-font-pre-tag (face-map)
+  (if htmlize-pre-style
+      (let ((fstruct (gethash 'default face-map)))
+        (format "
"
+                (htmlize-fstruct-foreground fstruct)
+                (htmlize-fstruct-background fstruct)))
+    (format "
")))
+       
+(defun htmlize-font-text-markup (fstruct-list buffer)
+  ;; In `font' mode, we use the traditional HTML means of altering
+  ;; presentation:  tag for colors,  for bold,  for
+  ;; underline, and  for strike-through.
+  (let* ((merged (htmlize-merge-faces fstruct-list))
+	 (markup (htmlize-memoize
+		  merged
+		  (cons (concat
+			 (and (htmlize-fstruct-foreground merged)
+			      (format "" (htmlize-fstruct-foreground merged)))
+			 (and (htmlize-fstruct-boldp merged)      "")
+			 (and (htmlize-fstruct-italicp merged)    "")
+			 (and (htmlize-fstruct-underlinep merged) "")
+			 (and (htmlize-fstruct-strikep merged)    ""))
+			(concat
+			 (and (htmlize-fstruct-strikep merged)    "")
+			 (and (htmlize-fstruct-underlinep merged) "")
+			 (and (htmlize-fstruct-italicp merged)    "")
+			 (and (htmlize-fstruct-boldp merged)      "")
+			 (and (htmlize-fstruct-foreground merged) ""))))))
+    (princ (car markup) buffer)
+    (htmlize-lexlet ((markup markup) (buffer buffer))
+      (lambda ()
+        (princ (cdr markup) buffer)))))
+
+(defun htmlize-buffer-1 ()
+  ;; Internal function; don't call it from outside this file.  Htmlize
+  ;; current buffer, writing the resulting HTML to a new buffer, and
+  ;; return it.  Unlike htmlize-buffer, this doesn't change current
+  ;; buffer or use switch-to-buffer.
+  (save-excursion
+    ;; Protect against the hook changing the current buffer.
+    (save-excursion
+      (run-hooks 'htmlize-before-hook))
+    ;; Convince font-lock support modes to fontify the entire buffer
+    ;; in advance.
+    (htmlize-ensure-fontified)
+    (clrhash htmlize-extended-character-cache)
+    (clrhash htmlize-memoization-table)
+    ;; It's important that the new buffer inherits default-directory
+    ;; from the current buffer.
+    (let ((htmlbuf (generate-new-buffer (if (buffer-file-name)
+                                            (htmlize-make-file-name
+                                             (file-name-nondirectory
+                                              (buffer-file-name)))
+                                          "*html*")))
+          (completed nil))
+      (unwind-protect
+          (let* ((buffer-faces (htmlize-faces-in-buffer))
+                 (face-map (htmlize-make-face-map (cl-adjoin 'default buffer-faces)))
+                 (places (cl-gensym))
+                 (title (if (buffer-file-name)
+                            (file-name-nondirectory (buffer-file-name))
+                          (buffer-name))))
+            (when htmlize-generate-hyperlinks
+              (htmlize-create-auto-links))
+            (when htmlize-replace-form-feeds
+              (htmlize-shadow-form-feeds))
+
+            ;; Initialize HTMLBUF and insert the HTML prolog.
+            (with-current-buffer htmlbuf
+              (buffer-disable-undo)
+              (insert (htmlize-method doctype) ?\n
+                      (format "\n"
+                              htmlize-version htmlize-output-type)
+                      "\n  ")
+              (put places 'head-start (point-marker))
+              (insert "\n"
+                      "    " (htmlize-protect-string title) "\n"
+                      (if htmlize-html-charset
+                          (format (concat "    \n")
+                                  htmlize-html-charset)
+                        "")
+                      htmlize-head-tags)
+              (htmlize-method insert-head buffer-faces face-map)
+              (insert "  ")
+              (put places 'head-end (point-marker))
+              (insert "\n  ")
+              (put places 'body-start (point-marker))
+              (insert (htmlize-method body-tag face-map)
+                      "\n    ")
+              (put places 'content-start (point-marker))
+              (insert (htmlize-method pre-tag face-map) "\n"))
+            (let ((text-markup
+                   ;; Get the inserter method, so we can funcall it inside
+                   ;; the loop.  Not calling `htmlize-method' in the loop
+                   ;; body yields a measurable speed increase.
+                   (htmlize-method-function 'text-markup))
+                  ;; Declare variables used in loop body outside the loop
+                  ;; because it's faster to establish `let' bindings only
+                  ;; once.
+                  next-change text face-list trailing-ellipsis
+                  fstruct-list last-fstruct-list
+                  (close-markup (lambda ())))
+              ;; This loop traverses and reads the source buffer, appending
+              ;; the resulting HTML to HTMLBUF.  This method is fast
+              ;; because: 1) it doesn't require examining the text
+              ;; properties char by char (htmlize-next-face-change is used
+              ;; to move between runs with the same face), and 2) it doesn't
+              ;; require frequent buffer switches, which are slow because
+              ;; they rebind all buffer-local vars.
+              (goto-char (point-min))
+              (while (not (eobp))
+                (setq next-change (htmlize-next-face-change (point)))
+                ;; Get faces in use between (point) and NEXT-CHANGE, and
+                ;; convert them to fstructs.
+                (setq face-list (htmlize-faces-at-point)
+                      fstruct-list (delq nil (mapcar (lambda (f)
+                                                       (gethash f face-map))
+                                                     face-list)))
+                (cl-multiple-value-setq (text trailing-ellipsis)
+                  (htmlize-extract-text (point) next-change trailing-ellipsis))
+                ;; Don't bother writing anything if there's no text (this
+                ;; happens in invisible regions).
+                (when (> (length text) 0)
+                  ;; Open the new markup if necessary and insert the text.
+                  (when (not (cl-equalp fstruct-list last-fstruct-list))
+                    (funcall close-markup)
+                    (setq last-fstruct-list fstruct-list
+                          close-markup (funcall text-markup fstruct-list htmlbuf)))
+                  (princ text htmlbuf))
+                (goto-char next-change))
+
+              ;; We've gone through the buffer; close the markup from
+              ;; the last run, if any.
+              (funcall close-markup))
+
+            ;; Insert the epilog and post-process the buffer.
+            (with-current-buffer htmlbuf
+              (insert "
") + (put places 'content-end (point-marker)) + (insert "\n ") + (put places 'body-end (point-marker)) + (insert "\n\n") + (htmlize-defang-local-variables) + (goto-char (point-min)) + (when htmlize-html-major-mode + ;; What sucks about this is that the minor modes, most notably + ;; font-lock-mode, won't be initialized. Oh well. + (funcall htmlize-html-major-mode)) + (set (make-local-variable 'htmlize-buffer-places) + (symbol-plist places)) + (run-hooks 'htmlize-after-hook) + (buffer-enable-undo)) + (setq completed t) + htmlbuf) + + (when (not completed) + (kill-buffer htmlbuf)) + (htmlize-delete-tmp-overlays))))) + +;; Utility functions. + +(defmacro htmlize-with-fontify-message (&rest body) + ;; When forcing fontification of large buffers in + ;; htmlize-ensure-fontified, inform the user that he is waiting for + ;; font-lock, not for htmlize to finish. + `(progn + (if (> (buffer-size) 65536) + (message "Forcing fontification of %s..." + (buffer-name (current-buffer)))) + ,@body + (if (> (buffer-size) 65536) + (message "Forcing fontification of %s...done" + (buffer-name (current-buffer)))))) + +(defun htmlize-ensure-fontified () + ;; If font-lock is being used, ensure that the "support" modes + ;; actually fontify the buffer. If font-lock is not in use, we + ;; don't care because, except in htmlize-file, we don't force + ;; font-lock on the user. + (when font-lock-mode + ;; In part taken from ps-print-ensure-fontified in GNU Emacs 21. + (when (and (boundp 'jit-lock-mode) + (symbol-value 'jit-lock-mode)) + (htmlize-with-fontify-message + (jit-lock-fontify-now (point-min) (point-max)))) + + (if (fboundp 'font-lock-ensure) + (font-lock-ensure) + ;; Emacs prior to 25.1 + (with-no-warnings + (font-lock-mode 1) + (font-lock-fontify-buffer))))) + + +;;;###autoload +(defun htmlize-buffer (&optional buffer) + "Convert BUFFER to HTML, preserving colors and decorations. + +The generated HTML is available in a new buffer, which is returned. +When invoked interactively, the new buffer is selected in the current +window. The title of the generated document will be set to the buffer's +file name or, if that's not available, to the buffer's name. + +Note that htmlize doesn't fontify your buffers, it only uses the +decorations that are already present. If you don't set up font-lock or +something else to fontify your buffers, the resulting HTML will be +plain. Likewise, if you don't like the choice of colors, fix the mode +that created them, or simply alter the faces it uses." + (interactive) + (let ((htmlbuf (with-current-buffer (or buffer (current-buffer)) + (htmlize-buffer-1)))) + (when (interactive-p) + (switch-to-buffer htmlbuf)) + htmlbuf)) + +;;;###autoload +(defun htmlize-region (beg end) + "Convert the region to HTML, preserving colors and decorations. +See `htmlize-buffer' for details." + (interactive "r") + ;; Don't let zmacs region highlighting end up in HTML. + (when (fboundp 'zmacs-deactivate-region) + (zmacs-deactivate-region)) + (let ((htmlbuf (save-restriction + (narrow-to-region beg end) + (htmlize-buffer-1)))) + (when (interactive-p) + (switch-to-buffer htmlbuf)) + htmlbuf)) + +(defun htmlize-region-for-paste (beg end) + "Htmlize the region and return just the HTML as a string. +This forces the `inline-css' style and only returns the HTML body, +but without the BODY tag. This should make it useful for inserting +the text to another HTML buffer." + (let* ((htmlize-output-type 'inline-css) + (htmlbuf (htmlize-region beg end))) + (unwind-protect + (with-current-buffer htmlbuf + (buffer-substring (plist-get htmlize-buffer-places 'content-start) + (plist-get htmlize-buffer-places 'content-end))) + (kill-buffer htmlbuf)))) + +(defun htmlize-region-save-screenshot (beg end) + "Save the htmlized (see `htmlize-region-for-paste') region in +the kill ring. Uses `inline-css', with style information in +`
' tags, so that the rendering of the marked up text
+approximates the buffer as closely as possible."
+  (interactive "r")
+  (let ((htmlize-pre-style t))
+    (kill-new (htmlize-region-for-paste beg end)))
+  (deactivate-mark))
+
+(defun htmlize-make-file-name (file)
+  "Make an HTML file name from FILE.
+
+In its default implementation, this simply appends `.html' to FILE.
+This function is called by htmlize to create the buffer file name, and
+by `htmlize-file' to create the target file name.
+
+More elaborate transformations are conceivable, such as changing FILE's
+extension to `.html' (\"file.c\" -> \"file.html\").  If you want them,
+overload this function to do it and htmlize will comply."
+  (concat file ".html"))
+
+;; Older implementation of htmlize-make-file-name that changes FILE's
+;; extension to ".html".
+;(defun htmlize-make-file-name (file)
+;  (let ((extension (file-name-extension file))
+;	(sans-extension (file-name-sans-extension file)))
+;    (if (or (equal extension "html")
+;	    (equal extension "htm")
+;	    (equal sans-extension ""))
+;	(concat file ".html")
+;      (concat sans-extension ".html"))))
+
+;;;###autoload
+(defun htmlize-file (file &optional target)
+  "Load FILE, fontify it, convert it to HTML, and save the result.
+
+Contents of FILE are inserted into a temporary buffer, whose major mode
+is set with `normal-mode' as appropriate for the file type.  The buffer
+is subsequently fontified with `font-lock' and converted to HTML.  Note
+that, unlike `htmlize-buffer', this function explicitly turns on
+font-lock.  If a form of highlighting other than font-lock is desired,
+please use `htmlize-buffer' directly on buffers so highlighted.
+
+Buffers currently visiting FILE are unaffected by this function.  The
+function does not change current buffer or move the point.
+
+If TARGET is specified and names a directory, the resulting file will be
+saved there instead of to FILE's directory.  If TARGET is specified and
+does not name a directory, it will be used as output file name."
+  (interactive (list (read-file-name
+		      "HTML-ize file: "
+		      nil nil nil (and (buffer-file-name)
+				       (file-name-nondirectory
+					(buffer-file-name))))))
+  (let ((output-file (if (and target (not (file-directory-p target)))
+			 target
+		       (expand-file-name
+			(htmlize-make-file-name (file-name-nondirectory file))
+			(or target (file-name-directory file)))))
+	;; Try to prevent `find-file-noselect' from triggering
+	;; font-lock because we'll fontify explicitly below.
+	(font-lock-mode nil)
+	(font-lock-auto-fontify nil)
+	(global-font-lock-mode nil)
+	;; Ignore the size limit for the purposes of htmlization.
+	(font-lock-maximum-size nil))
+    (with-temp-buffer
+      ;; Insert FILE into the temporary buffer.
+      (insert-file-contents file)
+      ;; Set the file name so normal-mode and htmlize-buffer-1 pick it
+      ;; up.  Restore it afterwards so with-temp-buffer's kill-buffer
+      ;; doesn't complain about killing a modified buffer.
+      (let ((buffer-file-name file))
+	;; Set the major mode for the sake of font-lock.
+	(normal-mode)
+	;; htmlize the buffer and save the HTML.
+	(with-current-buffer (htmlize-buffer-1)
+	  (unwind-protect
+	      (progn
+		(run-hooks 'htmlize-file-hook)
+		(write-region (point-min) (point-max) output-file))
+	    (kill-buffer (current-buffer)))))))
+  ;; I haven't decided on a useful return value yet, so just return
+  ;; nil.
+  nil)
+
+;;;###autoload
+(defun htmlize-many-files (files &optional target-directory)
+  "Convert FILES to HTML and save the corresponding HTML versions.
+
+FILES should be a list of file names to convert.  This function calls
+`htmlize-file' on each file; see that function for details.  When
+invoked interactively, you are prompted for a list of files to convert,
+terminated with RET.
+
+If TARGET-DIRECTORY is specified, the HTML files will be saved to that
+directory.  Normally, each HTML file is saved to the directory of the
+corresponding source file."
+  (interactive
+   (list
+    (let (list file)
+      ;; Use empty string as DEFAULT because setting DEFAULT to nil
+      ;; defaults to the directory name, which is not what we want.
+      (while (not (equal (setq file (read-file-name
+				     "HTML-ize file (RET to finish): "
+				     (and list (file-name-directory
+						(car list)))
+				     "" t))
+			 ""))
+	(push file list))
+      (nreverse list))))
+  ;; Verify that TARGET-DIRECTORY is indeed a directory.  If it's a
+  ;; file, htmlize-file will use it as target, and that doesn't make
+  ;; sense.
+  (and target-directory
+       (not (file-directory-p target-directory))
+       (error "target-directory must name a directory: %s" target-directory))
+  (dolist (file files)
+    (htmlize-file file target-directory)))
+
+;;;###autoload
+(defun htmlize-many-files-dired (arg &optional target-directory)
+  "HTMLize dired-marked files."
+  (interactive "P")
+  (htmlize-many-files (dired-get-marked-files nil arg) target-directory))
+
+(provide 'htmlize)
+
+;; Local Variables:
+;; byte-compile-warnings: (not unresolved obsolete)
+;; End:
+
+;;; htmlize.el ends here
diff --git a/lectures/1.org b/lectures/1.org
new file mode 100644
index 0000000..c4021b4
--- /dev/null
+++ b/lectures/1.org
@@ -0,0 +1,41 @@
+* Data structure and Algorithm
++ A *data structure* is a particular way of storing and organizing data. The purpose is to effectively access and modify data effictively.
++ A procedure to solve a specific problem is called *Algorithm*.
+
+During programming we use data structures and algorithms that work on that data.
+
+* Characteristics of Algorithms
+An algorithm has follwing characteristics.
++ *Input* : Zero or more quantities are externally supplied to algorithm.
++ *Output* : An algorithm should produce atleast one output.
++ *Finiteness* : The algorithm should terminate after a finite number of steps. It should not run infinitely.
++ *Definiteness* : Algorithm should be clear and unambiguous. All instructions of an algorithm must have a single meaning.
++ *Effectiveness* : Algorithm must be made using very basic and simple operations that a computer can do.
++ *Language Independance* : A algorithm is language independent and can be implemented in any programming language.
+
+* Behaviour of algorithm
+The behaviour of an algorithm is the analysis of the algorithm on basis of *Time* and *Space*.
++ *Time complexity* : Amount of time required to run the algorithm.
++ *Space complexity* : Amount of space (memory) required to execute the algorithm.
+
+The behaviour of algorithm can be used to compare two algorithms which solve the same problem.
+\\
+The preference is traditionally/usually given to better time complexity. But we may need to give preference to better space complexity based on needs.
+
+** Best, Worst and Average Cases
+The input size tells us the size of the input given to algorithm. Based on the size of input, the time/storage usage of the algorithm changes. *Example*, an array with larger input size (more elements) will taken more time to sort.
++ Best Case : The lowest time/storage usage for the given input size.
++ Worst Case : The highest time/storage usage for the given input size.
++ Average Case : The average time/storage usage for the given input size.
+
+** Bounds of algorithm
+Since algorithms are finite, they have *bounded time* taken and *bounded space* taken. Bounded is short for boundries, so they have a minimum and maximum time/space taken. These bounds are upper bound and lower bound.
++ Upper Bound : The maximum amount of space/time taken by the algorithm is the upper bound. It is shown as a function of worst cases of time/storage usage over all the possible input sizes.
++ Lower Bound : The minimum amount of space/time taken by the algorithm is the lower bound. It is shown as a function of best cases of time/storage usage over all the possible input sizes.
+
+* Asymptotic Notations
+
+** Big-Oh Notation [O]
++ The Big Oh notation is used to define the upper bound of an algorithm.
++ Given a non negative funtion f(n) and other non negative funtion g(n), we say that $f(n) = O(g(n)$ if there exists a positive number $n_0$ and a positive constant $c$, such that \[ f(n) \le c.g(n) \ \ \forall n \ge n_0  \]
++ So if growth rate of g(n) is greater than or equal to growth rate of f(n), then $f(n) = O(g(n))$.
diff --git a/lectures/2.org b/lectures/2.org
new file mode 100644
index 0000000..58f0b8e
--- /dev/null
+++ b/lectures/2.org
@@ -0,0 +1,68 @@
+* Asymptotic Notations
+
+** Omega Notation [ $\Omega$ ]
++ It is used to shown the lower bound of the algorithm. 
++ For any positive integer $n_0$ and a positive constant $c$, we say that, $f(n) = \Omega (g(n))$ if \[ f(n) \ge c.g(n) \ \ \forall n \ge n_0 \]
++ So growth rate of $g(n)$ should be less than or equal to growth rate of $f(n)$
+
+*Note* : If $f(n) = O(g(n))$ then $g(n) = \Omega (f(n))$
+
+** Theta Notation [ $\theta$ ]
++ If is used to provide the asymptotic *equal bound*.
++ $f(n) = \theta (g(n))$ if there exists a positive integer $n_0$ and a positive constants $c_1$ and $c_2$ such that \[ c_1 . g(n) \le f(n) \le c_2 . g(n) \ \ \forall n \ge n_0 \]
++ So the growth rate of $f(n)$ and $g(n)$ should be equal.
+
+*Note* : So if $f(n) = O(g(n))$ and $f(n) = \Omega (g(n))$, then $f(n) = \theta (g(n))$
+
+** Little-Oh Notation [o]
++ The little o notation defines the strict upper bound of an algorithm.
++ We say that $f(n) = o(g(n))$ if there exists positive integer $n_0$ and positive constant $c$ such that, \[ f(n) < c.g(n) \ \ \forall n \ge n_0 \]
++ Notice how condition is <, rather than $\le$ which is used in Big-Oh. So growth rate of $g(n)$ is strictly  greater than that of $f(n)$.
+
+** Little-Omega Notation [ $\omega$ ]
++ The little omega notation defines the strict lower bound of an algorithm.
++ We say that $f(n) = \omega (g(n))$ if there exists positive integer $n_0$ and positive constant $c$ such that, \[ f(n) > c.g(n) \ \ \forall n \ge n_0 \]
++ Notice how condition is >, rather than $\ge$ which is used in Big-Omega. So growth rate of $g(n)$ is strictly less than that of $f(n)$.
+
+* Comparing Growth rate of funtions
+
+** Applying limit
+To compare two funtions $f(n)$ and $g(n)$. We can use limit
+\[ \lim_{n\to\infty} \frac{f(n)}{g(n)} \]
++ If result is 0 then growth of $g(n)$ > growth of $f(n)$
++ If result is $\infty$ then growth of $g(n)$ < growth of $f(n)$
++ If result is any finite number (constant), then growth of $g(n)$ = growth of $f(n)$
+*Note* : L'Hôpital's rule can be used in this limit.
+
+** Using logarithm
+Using logarithm can be useful to compare exponential functions. When comaparing functions $f(n)$ and $g(n)$, 
++ If growth of $\log(f(n))$ is greater than growth of $\log(g(n))$, then growth of $f(n)$ is greater than growth of $g(n)$
++ If growth of $\log(f(n))$ is less than growth of $\log(g(n))$, then growth of $f(n)$ is less than growth of $g(n)$
++ When using log for comparing growth, comaparing constants after applying log is also required. For example, if functions are $2^n$ and $3^n$, then their logs are $n.log(2)$ and $n.log(3)$. Since $log(2) < log(3)$, the growth rate of $3^n$ will be higher.
++ On equal growth after applying log, we can't decide which function grows faster.
+
+** Common funtions
+Commonly, growth rate in increasing order is
+\[  c < c.log(log(n)) < c.log(n) < c.n < n.log(n) < c.n^2 < c.n^3 < c.n^4 ...  \]
+\[ n^c < c^n < n! < n^n  \]
+Where $c$ is any constant.
+
+* Properties of Asymptotic Notations
+
+** Big-Oh
++ *Product* :  \[ Given\ f_1 = O(g_1)\ \ and\ f_2 = O(g_2) \implies f_1 f_2 = O(g_1 g_2) \] \[ Also\  f.O(g) = O(f g) \]
+
++ *Sum* : For a sum of two functions, the big-oh can be represented with only with funcion having higer growth rate. \[ O(f_1 + f_2 + ... + f_i) = O(max\ growth\ rate(f_1, f_2, .... , f_i )) \]
+
++ *Constants* : For a constant $c$ \[ O(c.g(n)) = O(g(n)) \], this is because the constants don't effect the growth rate.
+
+** Properties
+# Taken from https://www.youtube.com/watch?v=pmGau4xHjFM&ab_channel=UnacademyComputerScience (Analysis of an Algorithm - 2 | L 2 | Algorithms | Infinity Batch | GATE 2022 CS/IT | Ankush Sir)
+[[file:./imgs/asymptotic-notations-properties.png]]
+
++ *Reflexive* :  $f(n) = O(f(n)$ and $f(n) = \Omega (f(n))$ and $f(n) = \theta (f(n))$
++ *Symmetric* : If $f(n) = \theta (g(n))$ then $g(n) = \theta (f(n))$
++ *Transitive* : If $f(n) = O(g(n))$ and $g(n) = O(h(n))$ then $f(n) = O(h(n))$
++ *Transpose* : If $f(n) = O(g(n))$ then we can also conclude that $g(n) = \Omega (f(n))$ so we say Big-Oh is transpose of Big-Omega and vice-versa.
++ *Antisymmetric* : If $f(n) = O(g(n))$ and $g(n) = O(f(n))$ then we conclude that $f(n) = g(n)$
++ *Asymmetric* : If $f(n) = \omega (g(n))$ then we can conclude that $g(n) \ne \omega (f(n))$
diff --git a/lectures/3.org b/lectures/3.org
new file mode 100644
index 0000000..2c02475
--- /dev/null
+++ b/lectures/3.org
@@ -0,0 +1,144 @@
+* Calculating time complexity of algorithm
+
+We will look at three types of situations
++ Sequential instructions
++ Iterative instructions
++ Recursive instructions
+
+** Sequential instructions
+A sequential set of instructions are instructions in a sequence without iterations and recursions. It is a simple block of instructions with no branches. A sequential set of instructions has *time complexity of O(1)*, i.e., it has *constant time complexity*.
+
+** Iterative instructions
+A set of instructions in a loop. Iterative instructions can have different complexities based on how many iterations occurs depending on input size. 
+
++ For fixed number of iterations (number of iterations known at compile time i.e. independant of the input size), the time complexity is constant, O(1). Example for(int i = 0; i < 100; i++) { ... } will always have 100 iterations, so constant time complexity.
++ For n number of iterations ( n is the input size ), the time complexity is O(n). Example, a loop for(int i = 0; i < n; i++){ ... } will have n iterations where n is the input size, so complexity is O(n). Loop for(int i = 0; i < n/2; i++){...} also has time complexity O(n) because n/2 iterations are done by loop and 1/2 is constant thus not in big-oh notation.
++ For a loop like for(int i = 1; i <= n; i = i*2){...} the value of i is update as *=2, so the number of iterations will be $log_2 (n)$. Therefore, the time complexity is $O(log_2 (n))$.
++ For a loop like for(int i = n; i > 1; i = i/2){...} the value of i is update as *=2, so the number of iterations will be $log_2 (n)$. Therefore, the time complexity is $O(log_2 (n))$.
+
+*_Nested Loops_*
+\\
++ If *inner loop iterator doesn't depend on outer loop*, the complexity of the inner loop is multiplied by the number of times outer loop runs to get the time complexity For example, suppose we have loop as 
+
+#+BEGIN_SRC
+for(int i = 0; i < n; i++){
+  ...
+  for(int j = 0; j < n; j *= 2){
+    ...
+  }
+  ...
+}
+#+END_SRC
+
+Here, the outer loop will *n* times and the inner loop will run *log(n)* times. Therefore, the total number of time statements in the inner loop run is n.log(n) times.
+Thus the time complexity is *O(n.log(n))*.
+
++ If *inner loop and outer loop are related*, then complexities have to be computed using sums. Example, we have loop
+
+#+BEGIN_SRC
+for(int i = 0; i <= n; i++){
+  ...
+  for(int j = 0; j <= i; j++){
+    ...
+  }
+  ...
+}
+#+END_SRC
+
+Here the outer loop will run *n* times, so i goes from *0 to n*. The number of times inner loop runs is j, which depends on *i*. 
+
+#+ATTR_HTML: :frame border :rules all
+| Value of i | Number of times inner loop runs |
+|------------+---------------------------------|
+| 0          | 0                               |
+| 1          | 1                               |
+| 2          | 2                               |
+| .          | .                               |
+| .          | .                               |
+| .          | .                               |
+| n          | n                               |
+|------------+---------------------------------|
+
+So the total number of times inner loop runs = $1+2+3+....+n$
+\\
+total number of times inner loop runs = $\frac{n.(n+1)}{2}$
+\\
+total number of times inner loop runs = $\frac{n^2}{2} + \frac{n}{2}$
+\\
+*/Therefore, time complexity is/* $O(\frac{n^2}{2} + \frac{n}{2}) = O(n^2)$
+\\
+*Another example,*
+\\
+Suppose we have loop
+#+BEGIN_SRC
+for(int i = 1; i <= n; i++){
+  ...
+  for(int j = 1; j <= i; j *= 2){
+    ...
+  }
+  ...
+}
+#+END_SRC
+
+The outer loop will run n times with i from *1 to n*, and inner will run log(i) times.
+
+#+ATTR_HTML: :frame border :rules all
+| Value of i | Number of times inner loop runs |
+|------------+---------------------------------|
+| 1          | log(1)                          |
+| 2          | log(2)                          |
+| 3          | log(3)                          |
+| .          | .                               |
+| .          | .                               |
+| .          | .                               |
+| n          | log(n)                          |
+|------------+---------------------------------|
+
+Thus, total number of times the inner loop runs is $log(1) + log(2) + log(3) + ... + log(n)$.
+\\
+total number of times inner loop runs = $log(1.2.3...n)$
+\\
+total number of times inner loop runs = $log(n!)$
+\\
+Using */Stirling's approximation/*, we know that $log(n!) = n.log(n) - n + 1$
+\\
+total number of times inner loop runs = $n.log(n) - n + 1$
+\\
+Time complexity = $O(n.log(n))$
+
+** An example for time complexities of nested loops
+Suppose a loop,
+#+BEGIN_SRC
+for(int i = 1; i <= n; i *= 2){
+  ...
+  for(int j = 1; j <= i; j *= 2){
+    ...
+  }
+  ...
+}
+#+END_SRC
+Here, outer loop will run *log(n)* times. Let's consider for some given n, it runs *k* times, i.e, let 
+\[ k = log(n) \]
+
+The inner loop will run *log(i)* times, so number of loops with changing values of i is
+
+#+ATTR_HTML: :frame border :rules all
+| Value of i | Number of times inner loop runs |
+|------------+---------------------------------|
+| 1          | log(1)                          |
+| 2^1        | log(2)                          |
+| 2^2        | 2.log(2)                        |
+| 2^3        | 3.log(2)                        |
+| .          | .                               |
+| .          | .                               |
+| .          | .                               |
+| 2^{k-1}    | (k-1).log(2)                    |
+|------------+---------------------------------|
+
+So the total number of times inner loop runs is $log(1) + log(2) + 2.log(2) + 3.log(2) + ... + (k-1).log(2)$
+\[ \text{number of times inner loop runs} = log(1) + log(2).[1+2+3+...+(k-1)] \]
+\[ \text{number of times inner loop runs} = log(1) + log(2). \frac{(k-1).k}{2} \]
+\[ \text{number of times inner loop runs} = log(1) + log(2). \frac{k^2}{2} - \frac{k}{2} \]
+Putting value $k = log(n)$
+\[ \text{number of times inner loop runs} = log(1) + log(2). \frac{log^2(n)}{2} - \frac{log(n)}{2} \]
+\[ \text{Time complexity} = O(log^2(n)) \]
diff --git a/lectures/4.org b/lectures/4.org
new file mode 100644
index 0000000..68e66f4
--- /dev/null
+++ b/lectures/4.org
@@ -0,0 +1,249 @@
+* Time complexity of recursive instructions
+To get time complexity of recursive functions/calls, we first also show time complexity as recursive manner. 
+
+** Time complexity in recursive form
+We first have to create a way to describe time complexity of recursive functions in form of an equation as,
+\[ T(n) = ( \text{Recursive calls by the function} ) + ( \text{Time taken per call, i.e, the time taken except for recursive calls in the function} ) \]
+
++ Example, suppose we have a recursive function 
+
+#+BEGIN_SRC c
+int fact(int n){
+  if(n == 0 || n == 1)
+    return 1;
+  else
+    return n * fact(n-1);
+}
+#+END_SRC
+
+in this example, the recursive call is fact(n-1), therefore the time complexity of recursive call is T(n-1) and the time complexity of function except for recursive call is constant (let's assume *c*). So the time complexity is 
+\[ T(n) = T(n-1) + c \]
+\[ T(1) = T(0) = C\ \text{where C is constant time} \]
++ Another example,
+
+#+BEGIN_SRC c
+int func(int n){
+  if(n == 0 || n == 1)
+    return 1;
+  else
+    return func(n - 1) * func(n - 2);
+}
+#+END_SRC
+
+Here, the recursive calls are func(n-1) and func(n-2), therefore time complexities of recursive calls is T(n-1) and T(n-2). The time complexity of function except the recursive calls is constant (let's assume *c*), so the time complexity is 
+\[ T(n) = T(n-1) + T(n-2) + c \]
+\[ T(1) = T(0) = C\ \text{where C is constant time} \]
+
++ Another example,
+
+#+BEGIN_SRC c
+int func(int n){
+  int r = 0;
+  for(int i = 0; i < n; i++)
+    r += i;
+
+  if(n == 0 || n == 1)
+    return r;
+  else
+    return r * func(n - 1) * func(n - 2);
+}
+#+END_SRC
+
+Here, the recursive calls are func(n-1) and func(n-2), therefore time complexities of recursive calls is T(n-1) and T(n-2). The time complexity of function except the recursive calls is *\theta (n)* because of the for loop, so the time complexity is 
+
+\[ T(n) = T(n-1) + T(n-2) + n \]
+\[ T(1) = T(0) = C\ \text{where C is constant time} \]
+
+
+* Solving Recursive time complexities
+** Iterative method
++ Take for example,
+\[ T(1) = T(0) = C\ \text{where C is constant time} \]
+\[ T(n) = T(n-1) + c \]
+
+We can expand T(n-1).
+\[ T(n) = [ T(n - 2) + c ] + c \]
+\[ T(n) = T(n-2) + 2.c \]
+Then we can expand T(n-2)
+\[ T(n) =  [ T(n - 3) + c ] + 2.c \]
+\[ T(n) =  T(n - 3) + 3.c \]
+
+So, if we expand it k times, we will get
+
+\[ T(n) = T(n - k) + k.c \]
+Since we know this recursion *ends at T(1)*, let's put $n-k=1$.
+Therefore, $k = n-1$.
+\[ T(n) = T(1) + (n-1).c \]
+
+Since T(1) = C
+\[ T(n) = C + (n-1).c \]
+So time complexity is,
+\[ T(n) = O(n) \]
+
++ Another example, 
+\[ T(1) = C\ \text{where C is constant time} \]
+\[ T(n) = T(n-1) + n \]
+
+Expanding T(n-1),
+\[ T(n) = [ T(n-2) + n - 1 ] + n \]
+\[ T(n) = T(n-2) + 2.n - 1 \]
+
+Expanding T(n-2),
+\[ T(n) = [ T(n-3) + n - 2 ] + 2.n - 1 \]
+\[ T(n) = T(n-3) + 3.n  - 1  - 2 \]
+
+Expanding T(n-3),
+\[ T(n) = [ T(n-4) + n - 3 ] + 3.n  - 1 - 2 \]
+\[ T(n) = T(n-4) + 4.n  - 1 - 2 - 3  \]
+
+So expanding till T(n-k)
+\[ T(n) = T(n-k) + k.n - [ 1 + 2 + 3 + .... + k ] \]
+\[ T(n) = T(n-k) + k.n - \frac{k.(k+1)}{2} \]
+
+Putting $n-k=1$. Therefore, $k=n-1$.
+\[ T(n) = T(1) + (n-1).n - \frac{(n-1).(n)}{2} \]
+\[ T(n) = C + n^2 - n - \frac{n^2}{2} + \frac{n}{2} \]
+
+Time complexity is
+\[ T(n) = O(n^2) \]
+** Master Theorem for Subtract recurrences
+
+For recurrence relation of type
+
+\[ T(n) = c\ for\ n \le 1 \]
+\[ T(n) = a.T(n-b) + f(n)\ for\ n > 1 \]
+\[ \text{where for f(n) we can say, } f(n) = O(n^k) \]
+\[ \text{where, a > 0, b > 0 and k}  \ge 0  \]
+
++ If a < 1, then T(n) = O(n^k)
++ If a = 1, then T(n) = O(n^{k+1})
++ If a > 1, then T(n) = O(n^k . a^{n/b})
+
+Example, \[ T(n) = 3T(n-1) + n^2 \]
+Here, f(n) = O(n^2), therfore k = 2,
+\\ 
+Also, a = 3 and b = 1
+\\
+Since a > 1, $T(n) = O(n^2 . 3^n)$
+
+** Master Theorem for divide and conquer recurrences
+\[ T(n) = aT(n/b) + f(n).(log(n))^k \]
+\[ \text{here, f(n) is a polynomial function} \]
+\[ \text{and, a > 0, b > 0 and k } \ge 0 \]
+We calculate a value $n^{log_ba}$
+
++ If $\theta (f(n)) < \theta ( n^{log_ba} )$ then $T(n) = \theta (n^{log_ba})$
++ If $\theta (f(n)) > \theta ( n^{log_ba} )$ then $T(n) = \theta (f(n).(log(n))^k )$
++ If $\theta (f(n)) = \theta ( n^{log_ba} )$ then $T(n) = \theta (f(n) . (log(n))^{k+1})$
+For the above comparision, we say higher growth rate is greater than slower growth rate. Eg, \theta (n^2) > \theta (n).
+
+Example, calculating complexity for
+\[ T(n) = T(n/2) + 1 \]
+Here, f(n) = 1
+\\
+Also, a = 1, b = 2 and k = 0.
+\\
+Calculating n^{log_ba} = n^{log_21} = n^0 = 1
+\\
+Therfore, \theta (f(n)) = \theta (n^{log_ba})
+\\
+So time complexity is 
+\[ T(n) = \theta ( 1 . (log(n))^{0 + 1} ) \]
+\[ T(n) = \theta (log(n)) \]
+
+Another example, calculate complexity for
+\[ T(n) = 2T(n/2) + nlog(n) \]
+
+Here, f(n) = n
+\\
+Also, a = 2, b = 2 and k = 1
+\\
+Calculating n^{log_ba} = n^{log_22} = n
+\\
+Therefore, \theta (f(n)) = \theta (n^{log_ba})
+\\
+So time complexity is,
+\[ T(n) = \theta ( n . (log(n))^{2}) \]
+
+
+* Square root recurrence relations
+
+** Iterative method
+Example, 
+\[ T(n) = T( \sqrt{n} ) + 1 \]
+we can write this as,
+\[ T(n) = T( n^{1/2}) + 1 \]
+Now, we expand $T( n^{1/2})$
+\[ T(n) = [ T(n^{1/4}) + 1 ] + 1 \]
+\[ T(n) = T(n^{1/(2^2)}) + 1 + 1 \]
+Expand, $T(n^{1/4})$
+\[ T(n) = [ T(n^{1/8}) + 1 ] + 1 + 1 \]
+\[ T(n) =  T(n^{1/(2^3)}) + 1  + 1 + 1 \]
+
+Expanding *k* times,
+\[ T(n) =  T(n^{1/(2^k)}) + 1  + 1 ... \text{k times } + 1 \]
+\[ T(n) =  T(n^{1/(2^k)}) + k \]
+
+Let's consider $T(2)=C$ where C is constant.
+\\
+Putting $n^{1/(2^k)} = 2$
+\[ \frac{1}{2^k} log(n) = log(2) \]
+\[ \frac{1}{2^k} = \frac{log(2)}{log(n)} \]
+\[ 2^k = \frac{log(n)}{log(2)} \]
+\[ 2^k = log_2n \]
+\[ k = log(log(n)) \]
+
+So putting *k* in time complexity equation,
+\[ T(n) = T(2) + log(log(n)) \]
+\[ T(n) = C + log(log(n)) \]
+Time complexity is,
+\[ T(n) = \theta (log(log(n))) \]
+
+** Master Theorem for square root recurrence relations
+
+For recurrence relations with square root, we need to first convert the recurrance relation to the form with which we use master theorem. Example,
+\[ T(n) = T( \sqrt{n} ) + 1 \]
+Here, we need to convert $T( \sqrt{n} )$ , we can do that by *substituting* 
+\[ \text{Substitute } n = 2^m \]
+\[ T(2^m) = T ( \sqrt{2^m} ) + 1 \]
+\[ T(2^m) = T ( 2^{m/2} ) + 1 \]
+
+Now, we need to consider a new function such that,
+\[ \text{Let, } S(m) = T(2^m) \]
+Thus our time recurrance relation will become,
+\[ S(m) = S(m/2) + 1 \]
+Now, we can apply the master's theorem.
+\\
+Here, f(m) = 1
+\\
+Also, a = 1, and b = 2 and k = 0
+\\
+Calculating m^{log_ba} = m^{log_21} = m^0 = 1
+\\
+Therefore, \theta (f(m)) = \theta ( m^{log_ba} )
+\\
+So by master's theorem,
+\[ S(m) = \theta (1. (log(m))^{0+1} ) \]
+\[ S(m) = \theta (log(m) ) \]
+Now, putting back $m = log(n)$
+\[ T(n) = \theta (log(log(n))) \]
+Another example,
+\[ T(n) = 2.T(\sqrt{n})+log(n) \]
+Substituting $n = 2^m$
+\[ T(2^m) = 2.T(\sqrt{2^m}) + log(2^m) \]
+\[ T(2^m) = 2.T(2^{m/2}) + m \]
+Consider a function $S(m) = T(2^m)$
+\[ S(m) = 2.S(m/2) + m \]
+Here, f(m) = m
+\\
+Also, a = 2, b = 2 and k = 0
+\\
+Calculating m^{log_ba} = m^{log_22} = 1
+\\
+Therefore, \theta (f(m)) > \theta (m^{log_ba})
+\\
+Using master's theorem,
+\[ S(m) = \theta (m.(log(m))^0 ) \]
+\[ S(m) = \theta (m.1) \]
+Putting value of m,
+\[ T(n) = \theta (log(n)) \]
diff --git a/lectures/5.org b/lectures/5.org
new file mode 100644
index 0000000..06ed92d
--- /dev/null
+++ b/lectures/5.org
@@ -0,0 +1,253 @@
+* Extended Master's theorem for time complexity of recursive algorithms
+** For (k = -1)
+\[ T(n) = aT(n/b) + f(n).(log(n))^{-1} \]
+\[ \text{Here, } f(n) \text{ is a polynomial function} \]
+\[ a > 0\ and\ b > 1 \]
+
++ If \theta (f(n)) < \theta ( n^{log_ba} ) then, T(n) = \theta (n^{log_ba})
++ If \theta (f(n)) > \theta ( n^{log_ba} ) then, T(n) = \theta (f(n))
++ If \theta (f(n)) < \theta ( n^{log_ba} ) then, T(n) = \theta (f(n).log(log(n)))
+
+** For (k < -1)
+\[ T(n) = aT(n/b) + f(n).(log(n))^{k} \]
+\[ \text{Here, } f(n) \text{ is a polynomial function} \]
+\[ a > 0\ and\ b > 1\ and\ k < -1 \]
+
++ If \theta (f(n)) < \theta ( n^{log_ba} ) then, T(n) = \theta (n^{log_ba})
++ If \theta (f(n)) > \theta ( n^{log_ba} ) then, T(n) = \theta (f(n))
++ If \theta (f(n)) < \theta ( n^{log_ba} ) then, T(n) = \theta (n^{log_ba})
+
+* Tree method for time complexity of recursive algorithms
+Tree method is used when there are multiple recursive calls in our recurrance relation. Example,
+\[ T(n) = T(n/5) + T(4n/5) + f(n) \]
+Here, one call is T(n/5) and another is T(4n/5). So we can't apply master's theorem. So we create a tree of recursive calls which is used to calculate time complexity.
+The first node, i.e the root node is T(n) and the tree is formed by the child nodes being the calls made by the parent nodes. Example, let's consider the recurrance relation
+\[ T(n) = T(n/5) + T(4n/5) + f(n) \]
+
+#+BEGIN_SRC
+      +-----T(n/5)
+T(n)--+
+      +-----T(4n/5)
+#+END_SRC
+
+Since T(n) calls T(n/5) and  T(4n/5), the graph for that is shown as drawn above. Now using recurrance relation, we can say that T(n/5) will call T(n/5^2) and T(4n/5^2). Also, T(4n/5) will call T(4n/5^2) and T(4^2 n/ 5^2).
+
+#+BEGIN_SRC
+                    +--T(n/5^2)
+      +-----T(n/5)--+
+      +             +--T(4n/5^2)
+T(n)--+
+      +             +--T(4n/5^2)
+      +-----T(4n/5)-+
+                    +--T(4^2 n/5^2)
+#+END_SRC
+
+Suppose we draw this graph for an unknown number of levels.
+
+#+BEGIN_SRC
+                    +--T(n/5^2)- - - - - - -  etc.
+      +-----T(n/5)--+
+      +             +--T(4n/5^2) - - - - - - - - - etc.
+T(n)--+
+      +             +--T(4n/5^2) - - - - - -  - - - etc.
+      +-----T(4n/5)-+
+                    +--T(4^2 n/5^2)- - - - - - etc.
+#+END_SRC
+
+We will now replace T()'s  with the *cost of the call*. The cost of the call is *f(n)*, i.e, the time taken other than that caused by the recursive calls.
+
+#+BEGIN_SRC
+                    +--f(n/5^2)- - - - - - -  etc.
+      +-----f(n/5)--+
+      +             +--f(4n/5^2) - - - - - - - - - etc.
+f(n)--+
+      +             +--f(4n/5^2) - - - - - -  - - - etc.
+      +-----f(4n/5)-+
+                    +--f(4^2 n/5^2)- - - - - - etc.
+#+END_SRC
+
+In our example, *let's assume f(n) = n*, therfore,
+
+#+BEGIN_SRC
+                    +--  n/5^2 - - - - - - -  etc.
+      +-----  n/5 --+
+      +             +-- 4n/5^2  - - - - - - - - - etc.
+  n --+
+      +             +--  4n/5^2  - - - - - -  - - -etc.
+      +-----  4n/5 -+
+                    +--  4^2 n/5^2 - - - - - -  etc.
+#+END_SRC
+
+Now we can get cost of each level.
+
+#+BEGIN_SRC
+                           +--  n/5^2 - - - - - - -  etc.
+             +-----  n/5 --+
+             +             +-- 4n/5^2  - - - - - - - - - etc.
+         n --+
+             +             +--  4n/5^2  - - - - - -  - - -etc.
+             +----- 4n/5 --+
+                           +--  4^2 n/5^2 - - - - - -  etc.
+
+       
+Sum :    n         n/5         n/25                      
+                  +4n/5       +4n/25
+                              +4n/25
+                              +16n/25
+       .....      .....       ......
+         n          n           n
+#+END_SRC
+
+Since sum on all levels is n, we can say that Total time taken is
+\[ T(n) = \Sigma \ (cost\ of\ level_i) \]
+
+Now we need to find the longest branch in the tree. If we follow the pattern of expanding tree in a sequence as shown, then the longest branch is *always on one of the extreme ends of the tree*. So for our example, if tree has *(k+1)* levels, then our branch is either (n/5^k) of (4^k n/5^k). Consider the terminating condition is, $T(a) = C$. Then we will calculate value of k by equating the longest branch as, 
+\[ \frac{n}{5^k} = a \]
+\[ k = log_5 (n/a) \]
+Also,
+\[ \frac{4^k n}{5^k} = a \]
+\[ k = log_{5/4} n/a \]
+
+So, we have two possible values of k, 
+\[ k = log_{5/4}(n/a),\ log_5 (n/a) \]
+
+Now, we can say that, 
+\[ T(n) = \sum_{i=1}^{k+1} \ (cost\ of\ level_i) \]
+Since in our example, cost of every level is *n*.
+\[ T(n) = n.(k+1) \]
+Putting values of k,
+\[ T(n) = n.(log_{5/4}(n/a) + 1) \]
+or
+\[ T(n) = n.(log_{5}(n/a) + 1) \]
+
+Of the two possible time complexities, we consider the one with higher growth rate in the big-oh notation.
+
+** Avoiding tree method
+The tree method as mentioned is mainly used when we have multiple recursive calls with different factors. But when using the big-oh notation (O). We can avoid tree method in favour of the master's theorem by converting recursive call with smaller factor to larger. This works since big-oh calculates worst case. Let's take our previous example
+\[ T(n) = T(n/5) + T(4n/5) + f(n) \]
+Since T(n) is an increasing function. We can say that
+\[ T(n/5) < T(4n/5)  \]
+So we can replace smaller one and approximate our equation to,
+\[ T(n) = T(4n/5) + T(4n/5) + f(n) \]
+\[ T(n) = 2.T(4n/5) + f(n) \]
+
+Now, our recurrance relation is in a form where we can apply the mater's theorem.
+
+* Space complexity
+The amount of memory used by the algorithm to execute and produce the result for a given input size is space complexity. Similar to time complexity, when comparing two algorithms space complexity is usually represented as the growth rate of memory used with respect to input size. The space complexity includes
++ *Input space* : The amount of memory used by the inputs to the algorithm.
++ *Auxiliary space* : The amount of memory used during the execution of the algorithm, excluding the input space.
+
+*NOTE* : /Space complexity by definition includes both input space and auxiliary space, but when comparing algorithms the input space is often ignored. This is because two algorithms that solve the same problem will have same input space based on input size (Example, when comparing two sorting algorithms, the input space will be same because both get a list as an input). So from this point on, refering to space complexity, we are actually talking about *Auxiliary Space Complexity*, which is space complexity but only considering the auxiliary space/.
+
+** Auxiliary space complexity
+
+The space complexity when we disregard the input space is the auxiliary space complexity, so we basically treat algorithm as if it's input space is zero. Auxiliary space complexity is more useful when comparing algorithms because the algorithms which are working towards same result will have the same input space, Example, the sorting algorithms will all have the input space of the list, so it is not a metric we can use to compare algorithms. So from here, when we calculate space complexity, we are trying to calculate auxiliary space complexity and sometimes just refer to it as space complexity.
+
+* Calculating auxiliary space complexity
+There are two parameters that affect space complexity,
++ *Data space* : The memory taken by the variables in the algorithm. So allocating new memory during runtime of the algorithm is what forms the data space. The space which was allocated for the input space is not considered a part of the data space.
++ *Code Execution Space* : The memory taken by the instructions themselves is called code execution space. Unless we have recursion, the code execution space remains constant since the instructions don't change during runtime of the algorithm. When using recursion, the instructions are loaded again and again in memory, thus increasing code execution space.
+
+** Data Space used
+The data space used by the algorithm depends on what data structures it uses to solve the problem. Example,
+
+#+BEGIN_SRC C
+  /* Input size of n */
+  void algorithms(int n){
+    /* Creating an array of whose size depends on input size */
+    int data[n];
+
+    for(int i = 0; i < n; i++){
+      int x = data[i];
+      // Work on data
+    }
+  }
+#+END_SRC
+
+Here, we create an array of size *n*, so the increase in allocated space increases with the input size. So the space complexity is, *$\theta (n)$*.
+\\
++ Another example,
+
+#+BEGIN_SRC C
+  /* Input size of n */
+  void algorithms(int n){
+    /* Creating a matrix sized n*n of whose size depends on input size */
+    int data[n][n];
+
+    for(int i = 0; i < n; i++){
+      for(int j = 0; j < n; j++){
+	int x = data[i][j];
+	// Work on data
+      }
+    }
+  }
+#+END_SRC
+
+Here, we create a matrix of size *n*n*, so the increase in allocated space increases with the input size by $n^2$. So the space complexity is, *$\theta (n^2)$*.
+
++ If we use a node based data structure like linked list or trees, then we can show space complexity as the number of nodes used by algorithm based on input size, (if all nodes are of equal size).
++ Space complexity of the hash map is considered *O(n)* where *n* is the number of entries in the hash map.
+
+** Code Execution space in recursive algorithm
+When we use recursion, the function calls are stored in the stack. This means that code execution space will increase. A single function call has fixed (constant) space it takes in the memory. So to get space complexity, *we need to know how many function calls occur in the longest branch of the function call tree*.
+
++ *NOTE* : Space complexity *only depends on the longest branch* of the function calls tree.
++ /*The tree is made the same way we make it in the tree method for calculating time complexity of recursive algorithms*/
+  
+This is because at any given time, the stack will store only a single branch.
+
++ Example,
+
+#+BEGIN_SRC C
+  int func(int n){
+    if(n == 1 || n == 0)
+      return 1;
+    else
+      return n * func(n - 1);
+  }
+#+END_SRC
+
+To calculate space complexity we can use the tree method. But rather than when calculating time complexity, we will count the number of function calls using the tree.
+We will do this by drawing tree of what function calls will look like for given input size *n*.
+\\
+The tree for *k+1* levels is,
+
+#+BEGIN_SRC
+  func(n)--func(n-1)--func(n-2)--.....--func(n-k)
+#+END_SRC
+
+This tree only has a single branch. To get the number of levels for a branch, we put the terminating condition at the extreme branches of the tree. Here, the terminating condition is func(1), therefore, we will put $func(1) = func(n-k)$, i.e,
+\[ 1 = n - k \]
+\[ k + 1 = n \]
+
+So the number of levels is $n$. Therefore, space complexity is *$\theta (n)$*
+
++ Another example,
+
+#+BEGIN_SRC c
+  void func(int n){
+    if(n/2 <= 1)
+      return n;
+    func(n/2);
+    func(n/2);
+  }
+#+END_SRC
+
+Drawing the tree for *k+1* levels.
+#+BEGIN_SRC
+                          +--func(n/2^2)- - - - - - -  func(n/2^k)
+         +-----func(n/2)--+
+         +                +--func(n/2^2) - - - - - - - - - func(n/2^k)
+func(n)--+
+         +               +--func(n/2^2) - - - - - -  - - - func(n/2^k)
+         +-----func(n/2)-+
+                         +--func(n/2^2)- - - - - - func(n/2^k)
+#+END_SRC
+
++ /*As we know from the tree method, the two extreme branches of the tree will always be the longest ones.*/
+
+Both the extreme branches have the same call which here is func(n/2^k). To get the number of levels for a branch, we put the terminating condition at the extreme branches of the tree. Here, the terminating condition is func(2), therefore, we will put $func(2) = func(n/2^k)$, i.e,
+\[ 2 = \frac{n}{2^k} \]
+\[ k + 1 = log_2n \]
+Number of levels is $log_2n$. Therefore, space complexity is *$\theta (log_2n)$.*
diff --git a/lectures/6.org b/lectures/6.org
new file mode 100644
index 0000000..e70a236
--- /dev/null
+++ b/lectures/6.org
@@ -0,0 +1,253 @@
+* Divide and Conquer algorithms
+Divide and conquer is a problem solving strategy. In divide and conquer algorithms, we solve problem recursively applying three steps :
++ *Divide* : Problem is divided into smaller problems that are instances of same problem.
++ *Conquer* : If subproblems are large, divide and solve them recursivly. If subproblem is small enough then solve it in a straightforward method
++ *Combine* : combine the solutions of subproblems into the solution for the original problem.
+
+*Example*,
+1. Binary search
+2. Quick sort
+3. Merge sort
+4. Strassen's matrix multiplication
+
+* Searching for element in array
+** Straight forward approach for searching (*Linear Search*)
+
+#+BEGIN_SRC C
+  int linear_search(int *array, int n, int x){
+    for(int i = 0; i < n; i++){
+      if(array[i] == x){
+	printf("Found at index : %d", i);
+	return i;
+      }
+    }
+    return -1;
+  }
+#+END_SRC
+
+Recursive approach
+
+#+BEGIN_SRC python
+  # call this function with index = 0
+  def linear_search(array, item, index):
+      if len(array) < 1:
+	  return -1
+      elif array[index] == item:
+	  return index
+      else:
+	  return linear_search(array, item, index + 1)
+#+END_SRC
+
+*Recursive time complexity* : $T(n) = T(n-1) + 1$
+
++ *Best Case* : The element to search is the first element of the array. So we need to do a single comparision. Therefore, time complexity will be constant *O(1)*.
+\\
++ *Worst Case* : The element to search is the last element of the array. So we need to do *n* comparisions for the array of size n. Therefore, time complexity is *O(n)*.
+\\
++ *Average Case* : For calculating the average case, we need to consider the average number of comparisions done over all possible cases. 
+
+#+ATTR_HTML: :frame border :rules all
+| Position of element to search (x) | Number of comparisions done |
+|-----------------------------------+-----------------------------|
+| 0                                 | 1                           |
+| 1                                 | 2                           |
+| 2                                 | 3                           |
+| .                                 | .                           |
+| .                                 | .                           |
+| .                                 | .                           |
+| n-1                               | n                           |
+| ....................              | ....................        |
+| Sum                               | $\frac{n(n+1)}{2}$          |
+|-----------------------------------+-----------------------------|
+
+\[ \text{Average number of comparisions} = \frac{ \text{Sum of number of comparisions of all cases} }{ \text{Total number of cases.} } \]
+\[ \text{Average number of comparisions} = \frac{n(n+1)}{2} \div n \]
+\[ \text{Average number of comparisions} = \frac{n+1}{2} \]
+\[ \text{Time complexity in average case} = O(n) \]
+
+** Divide and conquer approach (*Binary search*)
+
+The binary search algorithm works on an array which is sorted. In this algorithm we:
+1. Check the middle element of the array, return the index if element found.
+2. If element > array[mid], then our element is in the right part of the array, else it is in the left part of the array.
+3. Get the mid element of the left/right sub-array
+4. Repeat this process of division to subarray's and comparing the middle element till our required element is found.
+
+The divide and conquer algorithm works as,
+\\
+Suppose binarySearch(array, left, right, key), left and right are indicies of left and right of subarray. key is the element we have to search.
++ *Divide part* : calculate mid index as mid = left + (right - left) /2 or (left + right) / 2. If array[mid] == key, return the value of mid.
++ *Conquer part* : if array[mid] > key, then key must not be in right half. So we search for key in left half, so we will recursively call binarySearch(array, left, mid - 1, key). Similarly, if array[mid] < key, then key must not be in left half. So we search for key in right half, so recursively call binarySearch(array, mid + 1, right, key).
++ *Combine part* : Since the binarySearch function will either return -1 or the index of the key, there is no need to combine the solutions of the subproblems.
+
+[[./imgs/binary-search.jpg]]
+
+#+BEGIN_SRC C
+  int binary_search(int *array, int n, int x){
+    int low = 0;
+    int high = n;
+
+    int mid = (low + high) / 2;
+
+    while(low <= high){
+      mid = (low + high) / 2;
+      if (x == array[mid]){
+	return mid;
+      }else if (x < array[mid]){
+	low = low;
+	high = mid - 1;
+      }else{
+	low = mid + 1;
+	high = high;
+      }
+    }
+
+    return -1;
+  }
+#+END_SRC
+
+Recursive approach:
+
+#+BEGIN_SRC C
+  int binary_search(int *array, int left, int right, int x){
+    if(left > right)
+      return -1;
+
+    int mid = (left + right) / 2;
+    // or we can use mid = left + (right - left) / 2, this will avoid int overflow when array has more elements.
+    
+    if (x == array[mid])
+      return mid;
+    else if (x < array[mid])
+      return binary_search(array, left, mid - 1, x);
+    else
+      return binary_search(array, mid + 1, right, x);
+  }
+#+END_SRC
+ 
+*Recursive time complexity* : $T(n) = T(n/2) + 1$
+
++ *Best Case* : Time complexity = O(1)
++ *Average Case* : Time complexity = O(log n)
++ *Worst Case* : Time complexity = O(log n)
+
+/Binary search is better for sorted arrays and linear search is better for sorted arrays./
+\\
+/Another way to visualize binary search is using the binary tree./
+
+* Max and Min element from array
+
+** Straightforward approach
+#+BEGIN_SRC python
+  def min_max(a):
+      max = min = a[1]
+      for i in range(2, n):
+	  if a[i] > max:
+	      max = a[i];
+	  elif a[i] < min:
+	      min = a[i];
+
+      return (min,max)
+#+END_SRC
+
++ *Best case* : array is sorted in ascending order. Number of comparisions is $n-1$. Time complexity is $O(n)$.
++ *Worst case* : array is sorted in descending order. Number of comparisions is $2.(n-1)$. Time complexity is $O(n)$.
++ *Average case* : array can we arranged in n! ways, this makes calculating number of comparisions in the average case hard and it is somewhat unnecessary, so it is skiped. Time complexity is $O(n)$
+
+** Divide and conquer approach
+Suppose the function is MinMax(array, left, right) which will return a tuple (min, max). We will divide the array in the middle, mid = (left + right) / 2. The left array will be array[left:mid] and right aray will be array[mid+1:right]
++ *Divide part* : Divide the array into left array and right array. If array has only single element then both min and max are that single element, if array has two elements then compare the two and the bigger element is max and other is min.
++ *Conquer part* : Recursively get the min and max of left and right array, leftMinMax = MinMax(array, left, mid)  and rightMinMax = MinMax(array, mid + 1, right).
++ *Combine part* : If leftMinMax[0] > rightMinmax[0], then min = righMinMax[0], else min = leftMinMax[0]. Similarly, if leftMinMax[1] > rightMinMax[1], then max = leftMinMax[1], else max = rightMinMax[1].
+
+#+BEGIN_SRC python
+  # Will return (min, max)
+  def minmax(array, left, right):
+      if left == right:       # Single element in array
+	  return (array[left], array[left])
+      elif left + 1 == right: # Two elements in array
+	  if array[left] > array[right]:
+	      return (array[right], array[left])
+	  else:
+	      return (array[left], array[right])
+      else:                  # More than two elements
+	  mid = (left + right) / 2
+	  minimum, maximum = 0, 0
+	  leftMinMax = minmax(array, left, mid)
+	  rightMinMax = minmax(array, mid + 1, right)
+
+	  # Combining result of the minimum from left and right subarray's
+	  if leftMinMax[0] > rightMinMax[0]:
+	      minimum = rightMinMax[0]
+	  else:
+	      minimum = leftMinMax[0]
+
+	  # Combining result of the maximum from left and right subarray's
+	  if leftMinMax[1] > rightMinMax[1]:
+	      maximum = leftMinMax[1]
+	  else:
+	      maximum = rightMinMax[1]
+	  
+	  return (minimum, maximum)
+
+#+END_SRC
+
++ Time complexity
+We are dividing the problem into two parts of approximately, and it takes two comparisions on each part. Let's consider a comparision takes unit time. Then time complexity is
+\[ T(n) = T(n/2) + T(n/2) + 2 \]
+\[ T(n) = 2.T(n/2) + 2 \]
+The recurrance terminated if single element in array with zero comparisions, i.e, $T(1) = 0$, or when two elements with single comparision $T(2) = 1$.
+\\
+/Now we can use the *master's theorem* or *tree method* to solve for time complexity./
+\[ T(n) = \theta (n) \]
+
++ Space complexity
+For space complexity, we need to find the longest branch of the recursion tree. Since both recursive calls are same sized, and the factor is (1/2), for *k+1* levels, function call will be func(n/2^k), and terminating condition is func(2)
+\[ func(2) = func(n/2^k) \]
+\[ 2 = \frac{n}{2^k} \]
+\[ k + 1 = log_2n \]
+Since longest branch has $log_2n$ nodes, the space complexity is $O(log_2n)$.
+
++ Number of comparisions
+In every case i.e, average, best and worst cases, *the number of comparisions in this algorithm is same*.
+\[ \text{Total number of comparisions} = \frac{3n}{2} - 2 \]
+If n is not a power of 2, we will round the number of comparision up.
+
+** Efficient single loop approach (Increment by 2)
+
+In this algorithm we will compare pairs of numbers from the array. It works on the idea that the larger number of the two in pair can be the maximum number and smaller one can be the minimum one. So after comparing the pair, we can simply test from maximum from the bigger of two an minimum from smaller of two. This brings number of comparisions to check two numbers in array from 4 (when we increment by 1) to 3 (when we increment by 2).
+
+#+BEGIN_SRC python
+def min_max(array):
+    (minimum, maximum) = (array[0], array[0])
+    i = 1
+    while i < len(array):
+        if i + 1 == len(array):  # don't check i+1, it's out of bounds, break the loop after checking a[i]
+            if array[i] > maximum:
+                maximum = array[i]
+            elif array[i] < minimum:
+                minimum = array[i]
+            break
+
+        if array[i] > array[i + 1]:
+            # check possibility that array[i] is maximum and array[i+1] is minimum
+            if array[i] > maximum:
+                maximum = array[i]
+            if array[i + 1] < minimum:
+                minimum = array[i + 1]
+        else:
+            # check possibility that array[i+1] is maximum and array[i] is minimum
+            if array[i + 1] > maximum:
+                maximum = array[i + 1]
+            if array[i] < minimum:
+                minimum = array[i]
+
+        i += 2
+    return (minimum, maximum)
+#+END_SRC
+
++ Time complexity = O(n)
++ Space complexity = O(1)
++ Total number of comparisions =
+  \[ \text{If n is odd},  \frac{3(n-1)}{2} \]
+  \[ \text{If n is even}, \frac{3n}{2} - 2 \]
diff --git a/lectures/7.org b/lectures/7.org
new file mode 100644
index 0000000..88bd4c1
--- /dev/null
+++ b/lectures/7.org
@@ -0,0 +1,165 @@
+* Square matrix multiplication
+
+Matrix multiplication algorithms taken from here: 
+[[https://www.cs.mcgill.ca/~pnguyen/251F09/matrix-mult.pdf]]
+
+** Straight forward method
+
+#+BEGIN_SRC C
+  /* This will calculate A X B and store it in C. */
+  #define N 3
+
+  int main(){
+    int A[N][N] = {
+      {1,2,3},
+      {4,5,6},
+      {7,8,9} };
+
+    int B[N][N] = {
+      {10,20,30},
+      {40,50,60},
+      {70,80,90} };
+
+    int C[N][N];
+
+    for(int i = 0; i < N; i++){
+      for(int j = 0; j < N; j++){
+	C[i][j] = 0;
+	for(int k = 0; k < N; k++){
+	  C[i][j] += A[i][k] * B[k][j];
+	}
+      }
+    }
+
+    return 0;
+  }
+#+END_SRC
+
+Time complexity is $O(n^3)$
+
+** Divide and conquer approach
+The divide and conquer algorithm only works for a square matrix whose size is n X n, where n is a power of 2. The algorithm works as follows.
+
+#+BEGIN_SRC
+  MatrixMul(A, B, n):
+    If n == 2 {
+      return A X B
+    }else{
+      Break A into four parts A_11, A_12, A_21, A_22, where A = [[ A_11, A_12],
+                                                                 [ A_21, A_22]]
+  
+      Break B into four parts B_11, B_12, B_21, B_22, where B = [[ B_11, B_12],
+                                                                 [ B_21, B_22]]
+
+      C_11 = MatrixMul(A_11, B_11, n/2) + MatrixMul(A_12, B_21, n/2)
+      C_12 = MatrixMul(A_11, B_12, n/2) + MatrixMul(A_12, B_22, n/2)
+      C_21 = MatrixMul(A_21, B_11, n/2) + MatrixMul(A_22, B_21, n/2)
+      C_22 = MatrixMul(A_21, B_12, n/2) + MatrixMul(A_22, B_22, n/2)
+  
+      C = [[ C_11, C_12],
+           [ C_21, C_22]]
+  
+      return C
+    }
+#+END_SRC
+
+The addition of matricies of size (n X n) takes time $\theta (n^2)$, therefore, for computation of C_11 will take time of $\theta \left( \left( \frac{n}{2} \right)^2 \right)$, which is equals to $\theta \left( \frac{n^2}{4} \right)$. Therefore, computation time of C_11, C_12, C_21 and C_22 combined will be $\theta \left( 4 \frac{n^2}{4} \right)$, which is equals to $\theta (n^2)$.
+\\
+There are 8 recursive calls in this function with MatrixMul(n/2), therefore, time complexity will be
+\[ T(n) = 8T(n/2) + \theta (n^2) \]
+Using the *master's theorem*
+\[ T(n) = \theta (n^{log_28}) \]
+\[ T(n) = \theta (n^3) \]
+
+** Strassen's algorithm
+
+Another, more efficient divide and conquer algorithm for matrix multiplication. This algorithm also only works on square matrices with n being a power of 2. This algorithm is based on the observation that, for A X B = C. We can calculate C_11, C_12, C_21 and C_22 as,
+
+\[ \text{C_11 = P_5 + P_4 - P_2 + P_6} \]
+\[ \text{C_12 = P_1 + P_2} \]
+\[ \text{C_21 = P_3 + P_4} \]
+\[ \text{C_22 = P_1 + P _5 - P_3 - P_7} \]
+Where,
+\[ \text{P_1 = A_11 X (B_12 - B_22)} \]
+\[ \text{P_2 = (A_11 + A_12) X B_22} \]
+\[ \text{P_3 = (A_21 + A_22) X B_11} \]
+\[ \text{P_4 = A_22 X (B_21 - B_11)} \]
+\[ \text{P_5 = (A_11 + A_22) X (B_11 + B_22)} \]
+\[ \text{P_6 = (A_12 - A_22) X (B_21 + B_22)} \]
+\[ \text{P_7 = (A_11 - A_21) X (B_11 + B_12)} \]
+This reduces number of recursion calls from 8 to 7.
+
+#+BEGIN_SRC
+Strassen(A, B, n):
+  If n == 2 {
+    return A X B
+  }
+  Else{
+    Break A into four parts A_11, A_12, A_21, A_22, where A = [[ A_11, A_12],
+                                                               [ A_21, A_22]]
+  
+    Break B into four parts B_11, B_12, B_21, B_22, where B = [[ B_11, B_12],
+                                                               [ B_21, B_22]]
+    P_1 = Strassen(A_11, B_12 - B_22, n/2)
+    P_2 = Strassen(A_11 + A_12, B_22, n/2)
+    P_3 = Strassen(A_21 + A_22, B_11, n/2)
+    P_4 = Strassen(A_22, B_21 - B_11, n/2)
+    P_5 = Strassen(A_11 + A_22, B_11 + B_22, n/2)
+    P_6 = Strassen(A_12 - A_22, B_21 + B_22, n/2)
+    P_7 = Strassen(A_11 - A_21, B_11 + B_12, n/2)
+    C_11 = P_5 + P_4 - P_2 + P_6
+    C_12 = P_1 + P_2
+    C_21 = P_3 + P_4
+    C_22 = P_1 + P_5 - P_3 - P_7
+    C = [[ C_11, C_12],
+         [ C_21, C_22]]
+    return C
+  }
+#+END_SRC
+
+This algorithm uses 18 matrix addition operations. So our computation time for that is $\theta \left(18\left( \frac{n}{2} \right)^2 \right)$ which is equal to $\theta (4.5 n^2)$ which is equal to $\theta (n^2)$.
+\\
+There are 7 recursive calls in this function which are Strassen(n/2), therefore, time complexity is
+\[ T(n) = 7T(n/2) + \theta (n^2) \]
+Using the master's theorem
+\[ T(n) = \theta (n^{log_27}) \]
+\[ T(n) = \theta (n^{2.807}) \]
+
+
++ /*NOTE* : The divide and conquer approach and strassen's algorithm typically use n == 1 as their terminating condition since for multipliying 1 X 1 matrices, we only need to calculate product of the single element they contain, that product is thus the single element of our resultant 1 X 1 matrix./
+
+* Sorting algorithms
+
+** In place vs out place sorting algorithm
+If the space complexity of a sorting algorithm is $\theta (1)$, then the algorithm is called in place sorting, else the algorithm is called out place sorting.
+
+** Bubble sort
+Simplest sorting algorithm, easy to implement so it is useful when number of elements to sort is small. It is an in place sorting algorithm. We will compare pairs of elements from array and swap them to be in correct order. Suppose input has n elements.
++ For first pass of the array, we will do *n-1* comparisions between pairs, so 1st and 2nd element; then 2nd and 3rd element; then 3rd and 4th element; till comparision between (n-1)th and nth element, swapping positions according to the size. /A single pass will put a single element at the end of the list at it's correct position./
++ For second pass of the array, we will do *n-2* comparisions because  the last element is already in it's place after the first pass.
++ Similarly, we will continue till we only do a single comparision.
++ The total number of comparisions will be
+  \[ \text{Total comparisions} = (n - 1) + (n - 2) + (n - 3) + ..... + 2 + 1 \]
+  \[ \text{Total comparisions} = \frac{n(n-1)}{2} \]
+  Therefore, *time complexity is $\theta (n^2)$*
+
+#+BEGIN_SRC C
+  void binary_search(int array[]){
+    /* i is the number of comparisions in the pass */
+    for(int i = len(array) - 1; i >= 1; i--){
+      /* j is used to traverse the list */
+      for(int j = 0; j < i; j++){
+	if(array[j] > array[j+1])
+	  array[j], array[j+1] = array[j+1], array[j];
+      }
+    }
+  }
+#+END_SRC
+
+*/Minimum number of swaps can be calculated by checking how many swap operations are needed to get each element in it's correct position./* This can be done by checking the number of smaller elements towards the left. For descending, check the number of larger elements towards the left of the given element. Example for ascending sort,
+| Array                                              | 21 | 16 | 17 | 8 | 31 | 
+| Minimum number of swaps to get in correct position |  3 |  1 |  0 | 0 |  0 |
+Therefore, minimum number of swaps is ( 3 + 1 + 0 + 0 + 0) , which is equal to 4 swaps.
+
++ */Reducing number of comparisions in implementation/* : at the end of every pass, check the number of swaps. *If number of swaps in a pass is zero, then the array is sorted.* This implementation does not give minimum number of comparisions, but reduces number of comparisions from default implementation. It reduces the time complexity to $\theta (n)$ for best case scenario, since we only need to pass through array once.
+Recursive time complexity : $T(n)  = T(n-1) + n - 1$
diff --git a/lectures/8.org b/lectures/8.org
new file mode 100644
index 0000000..4d5a0be
--- /dev/null
+++ b/lectures/8.org
@@ -0,0 +1,93 @@
+* Selection sort
+It is an inplace sorting technique. In this algorithm, we will get the minimum element from the array, then we swap it to the first position. Now we will get the minimum from array[1:] and place it in index 1. Similarly, we get minimum from array[2:] and then place it on index 2. We do till we get minimum from array[len(array) - 2:] and place minimum on index [len(array) - 2].
+
+#+BEGIN_SRC C
+  void selection_sort(int array[]){
+    for( int i = 0; i < len(array)-2 ; i++ ) {
+      /* Get the minimum index from the sub-array [i:] */
+      int min_index = i;
+      for( int j = i+1; j < len(array) - 1; j++ )
+	if (array[j] < array[min_index]) { min_index = j; }
+
+      /* Swap the min_index with it's position at start of sub-array */
+      array[i], array[min_index] = array[min_index], array[i];
+    }
+  }
+#+END_SRC
+
+The total number of comparisions is,
+\[ \text{Total number of comparisions} = (n -1) + (n-2) + (n-3) + ... + (1) \]
+\[ \text{Total number of comparisions} = \frac{n(n-1)}{2} \]
+For this algorithm, number of comparisions are same in best, average and worst case.
+Therefore the time complexity in all cases is, \[ \text{Time complexity} = \theta (n) \]
+
++ Recurrance time complexity : $T(n) = T(n-1) + n - 1$
+
+* Insertion sort
+It is an inplace sorting algorithm.
++ In this algorithm, we first divide array into two sections. Initially, the left section has a single element and right section has all the other elements. Therefore, the left part is sorted and right part is unsorted.
++ We call the leftmost element of the right section the key.
++ Now, we insert the key in it's correct position, in left section.
++ As commanly known, for insertion operation we need to shift elements. So we shift elements in the left section.
+
+#+BEGIN_SRC C
+  void insertion_sort ( int array[] ) {
+    for( int i = 1; i < len(array); i++ ) {
+      /* Key is the first element of the right section of array */
+      int key = array[j];
+      int j = i - 1;
+
+      /* Shift till we find the correct position of the key in the left section */
+      while ( j > 0 && array[j] > key ) {
+	array[j + 1] = array[j];
+	j -= 1;
+      }
+      /* Insert key in it's correct position */
+      array[j+1] = key;
+    }
+  }
+#+END_SRC
+
++ Time complexity
+
+*Best Case* : The best case is when input array is already sorted. In this case, we do *(n-1)* comparisions and no swaps. The time complexity will be $\theta (n)$
+\\
+*Worst Case* : The worst case is when input array is is descending order when we need to sort in ascending order and vice versa (basically reverse of sorted). The number of comparisions is
+\\
+\[ [1 + 2 + 3 + .. + (n-1)] = \frac{n(n-1)}{2} \]
+\\
+The number of element shift operations is
+\\
+\[ [1 + 2 + 3 + .. + (n-1)] =  \frac{n(n-1)}{2} \]
+\\
+Total time complexity becomes $\theta \left( 2 \frac{n(n-1)}{2} \right)$, which is simplified to $\theta (n^2)$.
+
++ *NOTE* : Rather than using *linear search* to find the position of key in the left (sorted) section, we can use *binary search* to reduce number of comparisions.
+
+* Inversion in array
+The inversion of array is the measure of how close array is from being sorted.
+\\
+For an ascending sort, it is the amount of element pairs such that array[i] > array[j] and i < j OR IN OTHER WORDS array[i] < array[j]  and i > j.
++ For *ascending sort*, we can simply look at the number of elements to left of the given element that are smaller.
+  
+| Array      | 10 | 6 | 12 | 8 | 3 | 1 |
+| Inversions |  4 | 2 |  3 | 2 | 1 | 0 |
+
+Total number of inversions = (4+2+3+2+1+0) = 12
+
++ For *descending sort*, we can simply look at the number of elements to the left of the given element that are larger.
+
+| Array      | 10 | 6 | 12 | 8 | 3 | 1 |
+| Inversions |  1 | 2 |  0 | 0 | 0 | 0 |
+
+Total number of inversions = 1 + 2 = 3
+
++ For an array of size *n*
+\[ \text{Maximum possible number of inversions} = \frac{n(n-1)}{2} \]
+\[ \text{Minimum possible number of inversions} = 0 \]
+
+** Relation between time complexity of insertion sort and inversion
+If the inversion of an array is f(n), then the time complexity of the insertion sort will be $\theta (n + f(n))$.
+
+* Quick sort
+It is a divide and conquer technique. 
diff --git a/lectures/imgs/asymptotic-notations-properties.png b/lectures/imgs/asymptotic-notations-properties.png
new file mode 100644
index 0000000000000000000000000000000000000000..d2f56900c98555278feb8e308682a2f990fdb925
GIT binary patch
literal 240552
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�)keU4Rg0CVNzwg8K1(*A8X!|I7g&mJ&}R!
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 + + + + + + +Algorithms + + + + + + + + + + + + +

+

Algorithms

+
+

Table of Contents

+
+ +
+
+ +
+

1. Lecture 1

+
+
+
+

1.1. Data structure and Algorithm

+
+
    +
  • A data structure is a particular way of storing and organizing data. The purpose is to effectively access and modify data effictively.
  • +
  • A procedure to solve a specific problem is called Algorithm.
  • +
+ +

+During programming we use data structures and algorithms that work on that data. +

+
+
+ +
+

1.2. Characteristics of Algorithms

+
+

+An algorithm has follwing characteristics. +

+
    +
  • Input : Zero or more quantities are externally supplied to algorithm.
  • +
  • Output : An algorithm should produce atleast one output.
  • +
  • Finiteness : The algorithm should terminate after a finite number of steps. It should not run infinitely.
  • +
  • Definiteness : Algorithm should be clear and unambiguous. All instructions of an algorithm must have a single meaning.
  • +
  • Effectiveness : Algorithm must be made using very basic and simple operations that a computer can do.
  • +
  • Language Independance : A algorithm is language independent and can be implemented in any programming language.
  • +
+
+
+ +
+

1.3. Behaviour of algorithm

+
+

+The behaviour of an algorithm is the analysis of the algorithm on basis of Time and Space. +

+
    +
  • Time complexity : Amount of time required to run the algorithm.
  • +
  • Space complexity : Amount of space (memory) required to execute the algorithm.
  • +
+ +

+The behaviour of algorithm can be used to compare two algorithms which solve the same problem. +
+The preference is traditionally/usually given to better time complexity. But we may need to give preference to better space complexity based on needs. +

+
+ +
+

1.3.1. Best, Worst and Average Cases

+
+

+The input size tells us the size of the input given to algorithm. Based on the size of input, the time/storage usage of the algorithm changes. Example, an array with larger input size (more elements) will taken more time to sort. +

+
    +
  • Best Case : The lowest time/storage usage for the given input size.
  • +
  • Worst Case : The highest time/storage usage for the given input size.
  • +
  • Average Case : The average time/storage usage for the given input size.
  • +
+
+
+ +
+

1.3.2. Bounds of algorithm

+
+

+Since algorithms are finite, they have bounded time taken and bounded space taken. Bounded is short for boundries, so they have a minimum and maximum time/space taken. These bounds are upper bound and lower bound. +

+
    +
  • Upper Bound : The maximum amount of space/time taken by the algorithm is the upper bound. It is shown as a function of worst cases of time/storage usage over all the possible input sizes.
  • +
  • Lower Bound : The minimum amount of space/time taken by the algorithm is the lower bound. It is shown as a function of best cases of time/storage usage over all the possible input sizes.
  • +
+
+
+
+ +
+

1.4. Asymptotic Notations

+
+
+
+

1.4.1. Big-Oh Notation [O]

+
+
    +
  • The Big Oh notation is used to define the upper bound of an algorithm.
  • +
  • Given a non negative funtion f(n) and other non negative funtion g(n), we say that \(f(n) = O(g(n)\) if there exists a positive number \(n_0\) and a positive constant \(c\), such that \[ f(n) \le c.g(n) \ \ \forall n \ge n_0 \]
  • +
  • So if growth rate of g(n) is greater than or equal to growth rate of f(n), then \(f(n) = O(g(n))\).
  • +
+
+
+
+
+
+

2. Lecture 2

+
+
+
+

2.1. Asymptotic Notations

+
+
+
+

2.1.1. Omega Notation [ \(\Omega\) ]

+
+
    +
  • It is used to shown the lower bound of the algorithm.
  • +
  • For any positive integer \(n_0\) and a positive constant \(c\), we say that, \(f(n) = \Omega (g(n))\) if \[ f(n) \ge c.g(n) \ \ \forall n \ge n_0 \]
  • +
  • So growth rate of \(g(n)\) should be less than or equal to growth rate of \(f(n)\)
  • +
+ +

+Note : If \(f(n) = O(g(n))\) then \(g(n) = \Omega (f(n))\) +

+
+
+ +
+

2.1.2. Theta Notation [ \(\theta\) ]

+
+
    +
  • If is used to provide the asymptotic equal bound.
  • +
  • \(f(n) = \theta (g(n))\) if there exists a positive integer \(n_0\) and a positive constants \(c_1\) and \(c_2\) such that \[ c_1 . g(n) \le f(n) \le c_2 . g(n) \ \ \forall n \ge n_0 \]
  • +
  • So the growth rate of \(f(n)\) and \(g(n)\) should be equal.
  • +
+ +

+Note : So if \(f(n) = O(g(n))\) and \(f(n) = \Omega (g(n))\), then \(f(n) = \theta (g(n))\) +

+
+
+ +
+

2.1.3. Little-Oh Notation [o]

+
+
    +
  • The little o notation defines the strict upper bound of an algorithm.
  • +
  • We say that \(f(n) = o(g(n))\) if there exists positive integer \(n_0\) and positive constant \(c\) such that, \[ f(n) < c.g(n) \ \ \forall n \ge n_0 \]
  • +
  • Notice how condition is <, rather than \(\le\) which is used in Big-Oh. So growth rate of \(g(n)\) is strictly greater than that of \(f(n)\).
  • +
+
+
+ +
+

2.1.4. Little-Omega Notation [ \(\omega\) ]

+
+
    +
  • The little omega notation defines the strict lower bound of an algorithm.
  • +
  • We say that \(f(n) = \omega (g(n))\) if there exists positive integer \(n_0\) and positive constant \(c\) such that, \[ f(n) > c.g(n) \ \ \forall n \ge n_0 \]
  • +
  • Notice how condition is >, rather than \(\ge\) which is used in Big-Omega. So growth rate of \(g(n)\) is strictly less than that of \(f(n)\).
  • +
+
+
+
+ +
+

2.2. Comparing Growth rate of funtions

+
+
+
+

2.2.1. Applying limit

+
+

+To compare two funtions \(f(n)\) and \(g(n)\). We can use limit +\[ \lim_{n\to\infty} \frac{f(n)}{g(n)} \] +

+
    +
  • If result is 0 then growth of \(g(n)\) > growth of \(f(n)\)
  • +
  • If result is \(\infty\) then growth of \(g(n)\) < growth of \(f(n)\)
  • +
  • If result is any finite number (constant), then growth of \(g(n)\) = growth of \(f(n)\)
  • +
+

+Note : L'Hôpital's rule can be used in this limit. +

+
+
+ +
+

2.2.2. Using logarithm

+
+

+Using logarithm can be useful to compare exponential functions. When comaparing functions \(f(n)\) and \(g(n)\), +

+
    +
  • If growth of \(\log(f(n))\) is greater than growth of \(\log(g(n))\), then growth of \(f(n)\) is greater than growth of \(g(n)\)
  • +
  • If growth of \(\log(f(n))\) is less than growth of \(\log(g(n))\), then growth of \(f(n)\) is less than growth of \(g(n)\)
  • +
  • When using log for comparing growth, comaparing constants after applying log is also required. For example, if functions are \(2^n\) and \(3^n\), then their logs are \(n.log(2)\) and \(n.log(3)\). Since \(log(2) < log(3)\), the growth rate of \(3^n\) will be higher.
  • +
  • On equal growth after applying log, we can't decide which function grows faster.
  • +
+
+
+ +
+

2.2.3. Common funtions

+
+

+Commonly, growth rate in increasing order is +\[ c < c.log(log(n)) < c.log(n) < c.n < n.log(n) < c.n^2 < c.n^3 < c.n^4 ... \] +\[ n^c < c^n < n! < n^n \] +Where \(c\) is any constant. +

+
+
+
+ +
+

2.3. Properties of Asymptotic Notations

+
+
+
+

2.3.1. Big-Oh

+
+
    +
  • Product : \[ Given\ f_1 = O(g_1)\ \ and\ f_2 = O(g_2) \implies f_1 f_2 = O(g_1 g_2) \] \[ Also\ f.O(g) = O(f g) \]
  • + +
  • Sum : For a sum of two functions, the big-oh can be represented with only with funcion having higer growth rate. \[ O(f_1 + f_2 + ... + f_i) = O(max\ growth\ rate(f_1, f_2, .... , f_i )) \]
  • + +
  • Constants : For a constant \(c\) \[ O(c.g(n)) = O(g(n)) \], this is because the constants don't effect the growth rate.
  • +
+
+
+ +
+

2.3.2. Properties

+
+ +
+

asymptotic-notations-properties.png +

+
+ +
    +
  • Reflexive : \(f(n) = O(f(n)\) and \(f(n) = \Omega (f(n))\) and \(f(n) = \theta (f(n))\)
  • +
  • Symmetric : If \(f(n) = \theta (g(n))\) then \(g(n) = \theta (f(n))\)
  • +
  • Transitive : If \(f(n) = O(g(n))\) and \(g(n) = O(h(n))\) then \(f(n) = O(h(n))\)
  • +
  • Transpose : If \(f(n) = O(g(n))\) then we can also conclude that \(g(n) = \Omega (f(n))\) so we say Big-Oh is transpose of Big-Omega and vice-versa.
  • +
  • Antisymmetric : If \(f(n) = O(g(n))\) and \(g(n) = O(f(n))\) then we conclude that \(f(n) = g(n)\)
  • +
  • Asymmetric : If \(f(n) = \omega (g(n))\) then we can conclude that \(g(n) \ne \omega (f(n))\)
  • +
+
+
+
+
+
+

3. Lecture 3

+
+
+
+

3.1. Calculating time complexity of algorithm

+
+

+We will look at three types of situations +

+
    +
  • Sequential instructions
  • +
  • Iterative instructions
  • +
  • Recursive instructions
  • +
+
+ +
+

3.1.1. Sequential instructions

+
+

+A sequential set of instructions are instructions in a sequence without iterations and recursions. It is a simple block of instructions with no branches. A sequential set of instructions has time complexity of O(1), i.e., it has constant time complexity. +

+
+
+ +
+

3.1.2. Iterative instructions

+
+

+A set of instructions in a loop. Iterative instructions can have different complexities based on how many iterations occurs depending on input size. +

+ +
    +
  • For fixed number of iterations (number of iterations known at compile time i.e. independant of the input size), the time complexity is constant, O(1). Example for(int i = 0; i < 100; i++) { … } will always have 100 iterations, so constant time complexity.
  • +
  • For n number of iterations ( n is the input size ), the time complexity is O(n). Example, a loop for(int i = 0; i < n; i++){ … } will have n iterations where n is the input size, so complexity is O(n). Loop for(int i = 0; i < n/2; i++){…} also has time complexity O(n) because n/2 iterations are done by loop and 1/2 is constant thus not in big-oh notation.
  • +
  • For a loop like for(int i = 1; i <= n; i = i*2){…} the value of i is update as *=2, so the number of iterations will be \(log_2 (n)\). Therefore, the time complexity is \(O(log_2 (n))\).
  • +
  • For a loop like for(int i = n; i > 1; i = i/2){…} the value of i is update as *=2, so the number of iterations will be \(log_2 (n)\). Therefore, the time complexity is \(O(log_2 (n))\).
  • +
+ +

+Nested Loops +
+

+
    +
  • If inner loop iterator doesn't depend on outer loop, the complexity of the inner loop is multiplied by the number of times outer loop runs to get the time complexity For example, suppose we have loop as
  • +
+ +
+for(int i = 0; i < n; i++){
+  ...
+  for(int j = 0; j < n; j *= 2){
+    ...
+  }
+  ...
+}
+
+ +

+Here, the outer loop will n times and the inner loop will run log(n) times. Therefore, the total number of time statements in the inner loop run is n.log(n) times. +Thus the time complexity is O(n.log(n)). +

+ +
    +
  • If inner loop and outer loop are related, then complexities have to be computed using sums. Example, we have loop
  • +
+ +
+for(int i = 0; i <= n; i++){
+  ...
+  for(int j = 0; j <= i; j++){
+    ...
+  }
+  ...
+}
+
+ +

+Here the outer loop will run n times, so i goes from 0 to n. The number of times inner loop runs is j, which depends on i. +

+ + + + +++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Value of iNumber of times inner loop runs
00
11
22
..
..
..
nn
+ +

+So the total number of times inner loop runs = \(1+2+3+....+n\) +
+total number of times inner loop runs = \(\frac{n.(n+1)}{2}\) +
+total number of times inner loop runs = \(\frac{n^2}{2} + \frac{n}{2}\) +
+Therefore, time complexity is \(O(\frac{n^2}{2} + \frac{n}{2}) = O(n^2)\) +
+Another example, +
+Suppose we have loop +

+
+for(int i = 1; i <= n; i++){
+  ...
+  for(int j = 1; j <= i; j *= 2){
+    ...
+  }
+  ...
+}
+
+ +

+The outer loop will run n times with i from 1 to n, and inner will run log(i) times. +

+ + + + +++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Value of iNumber of times inner loop runs
1log(1)
2log(2)
3log(3)
..
..
..
nlog(n)
+ +

+Thus, total number of times the inner loop runs is \(log(1) + log(2) + log(3) + ... + log(n)\). +
+total number of times inner loop runs = \(log(1.2.3...n)\) +
+total number of times inner loop runs = \(log(n!)\) +
+Using Stirling's approximation, we know that \(log(n!) = n.log(n) - n + 1\) +
+total number of times inner loop runs = \(n.log(n) - n + 1\) +
+Time complexity = \(O(n.log(n))\) +

+
+
+ +
+

3.1.3. An example for time complexities of nested loops

+
+

+Suppose a loop, +

+
+for(int i = 1; i <= n; i *= 2){
+  ...
+  for(int j = 1; j <= i; j *= 2){
+    ...
+  }
+  ...
+}
+
+

+Here, outer loop will run log(n) times. Let's consider for some given n, it runs k times, i.e, let +\[ k = log(n) \] +

+ +

+The inner loop will run log(i) times, so number of loops with changing values of i is +

+ + + + +++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Value of iNumber of times inner loop runs
1log(1)
21log(2)
222.log(2)
233.log(2)
..
..
..
2k-1(k-1).log(2)
+ +

+So the total number of times inner loop runs is \(log(1) + log(2) + 2.log(2) + 3.log(2) + ... + (k-1).log(2)\) +\[ \text{number of times inner loop runs} = log(1) + log(2).[1+2+3+...+(k-1)] \] +\[ \text{number of times inner loop runs} = log(1) + log(2). \frac{(k-1).k}{2} \] +\[ \text{number of times inner loop runs} = log(1) + log(2). \frac{k^2}{2} - \frac{k}{2} \] +Putting value \(k = log(n)\) +\[ \text{number of times inner loop runs} = log(1) + log(2). \frac{log^2(n)}{2} - \frac{log(n)}{2} \] +\[ \text{Time complexity} = O(log^2(n)) \] +

+
+
+
+
+
+

4. Lecture 4

+
+
+
+

4.1. Time complexity of recursive instructions

+
+

+To get time complexity of recursive functions/calls, we first also show time complexity as recursive manner. +

+
+ +
+

4.1.1. Time complexity in recursive form

+
+

+We first have to create a way to describe time complexity of recursive functions in form of an equation as, +\[ T(n) = ( \text{Recursive calls by the function} ) + ( \text{Time taken per call, i.e, the time taken except for recursive calls in the function} ) \] +

+ +
    +
  • Example, suppose we have a recursive function
  • +
+ +
+
int fact(int n){
+  if(n == 0 || n == 1)
+    return 1;
+  else
+    return n * fact(n-1);
+}
+
+
+ +

+in this example, the recursive call is fact(n-1), therefore the time complexity of recursive call is T(n-1) and the time complexity of function except for recursive call is constant (let's assume c). So the time complexity is +\[ T(n) = T(n-1) + c \] +\[ T(1) = T(0) = C\ \text{where C is constant time} \] +

+
    +
  • Another example,
  • +
+ +
+
int func(int n){
+  if(n == 0 || n == 1)
+    return 1;
+  else
+    return func(n - 1) * func(n - 2);
+}
+
+
+ +

+Here, the recursive calls are func(n-1) and func(n-2), therefore time complexities of recursive calls is T(n-1) and T(n-2). The time complexity of function except the recursive calls is constant (let's assume c), so the time complexity is +\[ T(n) = T(n-1) + T(n-2) + c \] +\[ T(1) = T(0) = C\ \text{where C is constant time} \] +

+ +
    +
  • Another example,
  • +
+ +
+
int func(int n){
+  int r = 0;
+  for(int i = 0; i < n; i++)
+    r += i;
+
+  if(n == 0 || n == 1)
+    return r;
+  else
+    return r * func(n - 1) * func(n - 2);
+}
+
+
+ +

+Here, the recursive calls are func(n-1) and func(n-2), therefore time complexities of recursive calls is T(n-1) and T(n-2). The time complexity of function except the recursive calls is θ (n) because of the for loop, so the time complexity is +

+ +

+\[ T(n) = T(n-1) + T(n-2) + n \] +\[ T(1) = T(0) = C\ \text{where C is constant time} \] +

+
+
+
+ + +
+

4.2. Solving Recursive time complexities

+
+
+
+

4.2.1. Iterative method

+
+
    +
  • Take for example,
  • +
+

+\[ T(1) = T(0) = C\ \text{where C is constant time} \] +\[ T(n) = T(n-1) + c \] +

+ +

+We can expand T(n-1). +\[ T(n) = [ T(n - 2) + c ] + c \] +\[ T(n) = T(n-2) + 2.c \] +Then we can expand T(n-2) +\[ T(n) = [ T(n - 3) + c ] + 2.c \] +\[ T(n) = T(n - 3) + 3.c \] +

+ +

+So, if we expand it k times, we will get +

+ +

+\[ T(n) = T(n - k) + k.c \] +Since we know this recursion ends at T(1), let's put \(n-k=1\). +Therefore, \(k = n-1\). +\[ T(n) = T(1) + (n-1).c \] +

+ +

+Since T(1) = C +\[ T(n) = C + (n-1).c \] +So time complexity is, +\[ T(n) = O(n) \] +

+ +
    +
  • Another example,
  • +
+

+\[ T(1) = C\ \text{where C is constant time} \] +\[ T(n) = T(n-1) + n \] +

+ +

+Expanding T(n-1), +\[ T(n) = [ T(n-2) + n - 1 ] + n \] +\[ T(n) = T(n-2) + 2.n - 1 \] +

+ +

+Expanding T(n-2), +\[ T(n) = [ T(n-3) + n - 2 ] + 2.n - 1 \] +\[ T(n) = T(n-3) + 3.n - 1 - 2 \] +

+ +

+Expanding T(n-3), +\[ T(n) = [ T(n-4) + n - 3 ] + 3.n - 1 - 2 \] +\[ T(n) = T(n-4) + 4.n - 1 - 2 - 3 \] +

+ +

+So expanding till T(n-k) +\[ T(n) = T(n-k) + k.n - [ 1 + 2 + 3 + .... + k ] \] +\[ T(n) = T(n-k) + k.n - \frac{k.(k+1)}{2} \] +

+ +

+Putting \(n-k=1\). Therefore, \(k=n-1\). +\[ T(n) = T(1) + (n-1).n - \frac{(n-1).(n)}{2} \] +\[ T(n) = C + n^2 - n - \frac{n^2}{2} + \frac{n}{2} \] +

+ +

+Time complexity is +\[ T(n) = O(n^2) \] +

+
+
+
+

4.2.2. Master Theorem for Subtract recurrences

+
+

+For recurrence relation of type +

+ +

+\[ T(n) = c\ for\ n \le 1 \] +\[ T(n) = a.T(n-b) + f(n)\ for\ n > 1 \] +\[ \text{where for f(n) we can say, } f(n) = O(n^k) \] +\[ \text{where, a > 0, b > 0 and k} \ge 0 \] +

+ +
    +
  • If a < 1, then T(n) = O(nk)
  • +
  • If a = 1, then T(n) = O(nk+1)
  • +
  • If a > 1, then T(n) = O(nk . an/b)
  • +
+ +

+Example, \[ T(n) = 3T(n-1) + n^2 \] +Here, f(n) = O(n2), therfore k = 2, +
+Also, a = 3 and b = 1 +
+Since a > 1, \(T(n) = O(n^2 . 3^n)\) +

+
+
+ +
+

4.2.3. Master Theorem for divide and conquer recurrences

+
+

+\[ T(n) = aT(n/b) + f(n).(log(n))^k \] +\[ \text{here, f(n) is a polynomial function} \] +\[ \text{and, a > 0, b > 0 and k } \ge 0 \] +We calculate a value \(n^{log_ba}\) +

+ +
    +
  • If \(\theta (f(n)) < \theta ( n^{log_ba} )\) then \(T(n) = \theta (n^{log_ba})\)
  • +
  • If \(\theta (f(n)) > \theta ( n^{log_ba} )\) then \(T(n) = \theta (f(n).(log(n))^k )\)
  • +
  • If \(\theta (f(n)) = \theta ( n^{log_ba} )\) then \(T(n) = \theta (f(n) . (log(n))^{k+1})\)
  • +
+

+For the above comparision, we say higher growth rate is greater than slower growth rate. Eg, θ (n2) > θ (n). +

+ +

+Example, calculating complexity for +\[ T(n) = T(n/2) + 1 \] +Here, f(n) = 1 +
+Also, a = 1, b = 2 and k = 0. +
+Calculating nlogba = nlog21 = n0 = 1 +
+Therfore, θ (f(n)) = θ (nlogba) +
+So time complexity is +\[ T(n) = \theta ( 1 . (log(n))^{0 + 1} ) \] +\[ T(n) = \theta (log(n)) \] +

+ +

+Another example, calculate complexity for +\[ T(n) = 2T(n/2) + nlog(n) \] +

+ +

+Here, f(n) = n +
+Also, a = 2, b = 2 and k = 1 +
+Calculating nlogba = nlog22 = n +
+Therefore, θ (f(n)) = θ (nlogba) +
+So time complexity is, +\[ T(n) = \theta ( n . (log(n))^{2}) \] +

+
+
+
+ + +
+

4.3. Square root recurrence relations

+
+
+
+

4.3.1. Iterative method

+
+

+Example, +\[ T(n) = T( \sqrt{n} ) + 1 \] +we can write this as, +\[ T(n) = T( n^{1/2}) + 1 \] +Now, we expand \(T( n^{1/2})\) +\[ T(n) = [ T(n^{1/4}) + 1 ] + 1 \] +\[ T(n) = T(n^{1/(2^2)}) + 1 + 1 \] +Expand, \(T(n^{1/4})\) +\[ T(n) = [ T(n^{1/8}) + 1 ] + 1 + 1 \] +\[ T(n) = T(n^{1/(2^3)}) + 1 + 1 + 1 \] +

+ +

+Expanding k times, +\[ T(n) = T(n^{1/(2^k)}) + 1 + 1 ... \text{k times } + 1 \] +\[ T(n) = T(n^{1/(2^k)}) + k \] +

+ +

+Let's consider \(T(2)=C\) where C is constant. +
+Putting \(n^{1/(2^k)} = 2\) +\[ \frac{1}{2^k} log(n) = log(2) \] +\[ \frac{1}{2^k} = \frac{log(2)}{log(n)} \] +\[ 2^k = \frac{log(n)}{log(2)} \] +\[ 2^k = log_2n \] +\[ k = log(log(n)) \] +

+ +

+So putting k in time complexity equation, +\[ T(n) = T(2) + log(log(n)) \] +\[ T(n) = C + log(log(n)) \] +Time complexity is, +\[ T(n) = \theta (log(log(n))) \] +

+
+
+ +
+

4.3.2. Master Theorem for square root recurrence relations

+
+

+For recurrence relations with square root, we need to first convert the recurrance relation to the form with which we use master theorem. Example, +\[ T(n) = T( \sqrt{n} ) + 1 \] +Here, we need to convert \(T( \sqrt{n} )\) , we can do that by substituting +\[ \text{Substitute } n = 2^m \] +\[ T(2^m) = T ( \sqrt{2^m} ) + 1 \] +\[ T(2^m) = T ( 2^{m/2} ) + 1 \] +

+ +

+Now, we need to consider a new function such that, +\[ \text{Let, } S(m) = T(2^m) \] +Thus our time recurrance relation will become, +\[ S(m) = S(m/2) + 1 \] +Now, we can apply the master's theorem. +
+Here, f(m) = 1 +
+Also, a = 1, and b = 2 and k = 0 +
+Calculating mlogba = mlog21 = m0 = 1 +
+Therefore, θ (f(m)) = θ ( mlogba ) +
+So by master's theorem, +\[ S(m) = \theta (1. (log(m))^{0+1} ) \] +\[ S(m) = \theta (log(m) ) \] +Now, putting back \(m = log(n)\) +\[ T(n) = \theta (log(log(n))) \] +Another example, +\[ T(n) = 2.T(\sqrt{n})+log(n) \] +Substituting \(n = 2^m\) +\[ T(2^m) = 2.T(\sqrt{2^m}) + log(2^m) \] +\[ T(2^m) = 2.T(2^{m/2}) + m \] +Consider a function \(S(m) = T(2^m)\) +\[ S(m) = 2.S(m/2) + m \] +Here, f(m) = m +
+Also, a = 2, b = 2 and k = 0 +
+Calculating mlogba = mlog22 = 1 +
+Therefore, θ (f(m)) > θ (mlogba) +
+Using master's theorem, +\[ S(m) = \theta (m.(log(m))^0 ) \] +\[ S(m) = \theta (m.1) \] +Putting value of m, +\[ T(n) = \theta (log(n)) \] +

+
+
+
+
+
+

5. Lecture 5

+
+
+
+

5.1. Extended Master's theorem for time complexity of recursive algorithms

+
+
+
+

5.1.1. For (k = -1)

+
+

+\[ T(n) = aT(n/b) + f(n).(log(n))^{-1} \] +\[ \text{Here, } f(n) \text{ is a polynomial function} \] +\[ a > 0\ and\ b > 1 \] +

+ +
    +
  • If θ (f(n)) < θ ( nlogba ) then, T(n) = θ (nlogba)
  • +
  • If θ (f(n)) > θ ( nlogba ) then, T(n) = θ (f(n))
  • +
  • If θ (f(n)) < θ ( nlogba ) then, T(n) = θ (f(n).log(log(n)))
  • +
+
+
+ +
+

5.1.2. For (k < -1)

+
+

+\[ T(n) = aT(n/b) + f(n).(log(n))^{k} \] +\[ \text{Here, } f(n) \text{ is a polynomial function} \] +\[ a > 0\ and\ b > 1\ and\ k < -1 \] +

+ +
    +
  • If θ (f(n)) < θ ( nlogba ) then, T(n) = θ (nlogba)
  • +
  • If θ (f(n)) > θ ( nlogba ) then, T(n) = θ (f(n))
  • +
  • If θ (f(n)) < θ ( nlogba ) then, T(n) = θ (nlogba)
  • +
+
+
+
+ +
+

5.2. Tree method for time complexity of recursive algorithms

+
+

+Tree method is used when there are multiple recursive calls in our recurrance relation. Example, +\[ T(n) = T(n/5) + T(4n/5) + f(n) \] +Here, one call is T(n/5) and another is T(4n/5). So we can't apply master's theorem. So we create a tree of recursive calls which is used to calculate time complexity. +The first node, i.e the root node is T(n) and the tree is formed by the child nodes being the calls made by the parent nodes. Example, let's consider the recurrance relation +\[ T(n) = T(n/5) + T(4n/5) + f(n) \] +

+ +
+      +-----T(n/5)
+T(n)--+
+      +-----T(4n/5)
+
+ +

+Since T(n) calls T(n/5) and T(4n/5), the graph for that is shown as drawn above. Now using recurrance relation, we can say that T(n/5) will call T(n/52) and T(4n/52). Also, T(4n/5) will call T(4n/52) and T(42 n/ 52). +

+ +
+		    +--T(n/5^2)
+      +-----T(n/5)--+
+      +             +--T(4n/5^2)
+T(n)--+
+      +             +--T(4n/5^2)
+      +-----T(4n/5)-+
+		    +--T(4^2 n/5^2)
+
+ +

+Suppose we draw this graph for an unknown number of levels. +

+ +
+		    +--T(n/5^2)- - - - - - -  etc.
+      +-----T(n/5)--+
+      +             +--T(4n/5^2) - - - - - - - - - etc.
+T(n)--+
+      +             +--T(4n/5^2) - - - - - -  - - - etc.
+      +-----T(4n/5)-+
+		    +--T(4^2 n/5^2)- - - - - - etc.
+
+ +

+We will now replace T()'s with the cost of the call. The cost of the call is f(n), i.e, the time taken other than that caused by the recursive calls. +

+ +
+		    +--f(n/5^2)- - - - - - -  etc.
+      +-----f(n/5)--+
+      +             +--f(4n/5^2) - - - - - - - - - etc.
+f(n)--+
+      +             +--f(4n/5^2) - - - - - -  - - - etc.
+      +-----f(4n/5)-+
+		    +--f(4^2 n/5^2)- - - - - - etc.
+
+ +

+In our example, let's assume f(n) = n, therfore, +

+ +
+		  +--  n/5^2 - - - - - - -  etc.
+    +-----  n/5 --+
+    +             +-- 4n/5^2  - - - - - - - - - etc.
+n --+
+    +             +--  4n/5^2  - - - - - -  - - -etc.
+    +-----  4n/5 -+
+		  +--  4^2 n/5^2 - - - - - -  etc.
+
+ +

+Now we can get cost of each level. +

+ +
+			   +--  n/5^2 - - - - - - -  etc.
+	     +-----  n/5 --+
+	     +             +-- 4n/5^2  - - - - - - - - - etc.
+	 n --+
+	     +             +--  4n/5^2  - - - - - -  - - -etc.
+	     +----- 4n/5 --+
+			   +--  4^2 n/5^2 - - - - - -  etc.
+
+
+Sum :    n         n/5         n/25                      
+		  +4n/5       +4n/25
+			      +4n/25
+			      +16n/25
+       .....      .....       ......
+	 n          n           n
+
+ +

+Since sum on all levels is n, we can say that Total time taken is +\[ T(n) = \Sigma \ (cost\ of\ level_i) \] +

+ +

+Now we need to find the longest branch in the tree. If we follow the pattern of expanding tree in a sequence as shown, then the longest branch is always on one of the extreme ends of the tree. So for our example, if tree has (k+1) levels, then our branch is either (n/5k) of (4k n/5k). Consider the terminating condition is, \(T(a) = C\). Then we will calculate value of k by equating the longest branch as, +\[ \frac{n}{5^k} = a \] +\[ k = log_5 (n/a) \] +Also, +\[ \frac{4^k n}{5^k} = a \] +\[ k = log_{5/4} n/a \] +

+ +

+So, we have two possible values of k, +\[ k = log_{5/4}(n/a),\ log_5 (n/a) \] +

+ +

+Now, we can say that, +\[ T(n) = \sum_{i=1}^{k+1} \ (cost\ of\ level_i) \] +Since in our example, cost of every level is n. +\[ T(n) = n.(k+1) \] +Putting values of k, +\[ T(n) = n.(log_{5/4}(n/a) + 1) \] +or +\[ T(n) = n.(log_{5}(n/a) + 1) \] +

+ +

+Of the two possible time complexities, we consider the one with higher growth rate in the big-oh notation. +

+
+ +
+

5.2.1. Avoiding tree method

+
+

+The tree method as mentioned is mainly used when we have multiple recursive calls with different factors. But when using the big-oh notation (O). We can avoid tree method in favour of the master's theorem by converting recursive call with smaller factor to larger. This works since big-oh calculates worst case. Let's take our previous example +\[ T(n) = T(n/5) + T(4n/5) + f(n) \] +Since T(n) is an increasing function. We can say that +\[ T(n/5) < T(4n/5) \] +So we can replace smaller one and approximate our equation to, +\[ T(n) = T(4n/5) + T(4n/5) + f(n) \] +\[ T(n) = 2.T(4n/5) + f(n) \] +

+ +

+Now, our recurrance relation is in a form where we can apply the mater's theorem. +

+
+
+
+ +
+

5.3. Space complexity

+
+

+The amount of memory used by the algorithm to execute and produce the result for a given input size is space complexity. Similar to time complexity, when comparing two algorithms space complexity is usually represented as the growth rate of memory used with respect to input size. The space complexity includes +

+
    +
  • Input space : The amount of memory used by the inputs to the algorithm.
  • +
  • Auxiliary space : The amount of memory used during the execution of the algorithm, excluding the input space.
  • +
+ +

+NOTE : Space complexity by definition includes both input space and auxiliary space, but when comparing algorithms the input space is often ignored. This is because two algorithms that solve the same problem will have same input space based on input size (Example, when comparing two sorting algorithms, the input space will be same because both get a list as an input). So from this point on, refering to space complexity, we are actually talking about Auxiliary Space Complexity, which is space complexity but only considering the auxiliary space. +

+
+ +
+

5.3.1. Auxiliary space complexity

+
+

+The space complexity when we disregard the input space is the auxiliary space complexity, so we basically treat algorithm as if it's input space is zero. Auxiliary space complexity is more useful when comparing algorithms because the algorithms which are working towards same result will have the same input space, Example, the sorting algorithms will all have the input space of the list, so it is not a metric we can use to compare algorithms. So from here, when we calculate space complexity, we are trying to calculate auxiliary space complexity and sometimes just refer to it as space complexity. +

+
+
+
+ +
+

5.4. Calculating auxiliary space complexity

+
+

+There are two parameters that affect space complexity, +

+
    +
  • Data space : The memory taken by the variables in the algorithm. So allocating new memory during runtime of the algorithm is what forms the data space. The space which was allocated for the input space is not considered a part of the data space.
  • +
  • Code Execution Space : The memory taken by the instructions themselves is called code execution space. Unless we have recursion, the code execution space remains constant since the instructions don't change during runtime of the algorithm. When using recursion, the instructions are loaded again and again in memory, thus increasing code execution space.
  • +
+
+ +
+

5.4.1. Data Space used

+
+

+The data space used by the algorithm depends on what data structures it uses to solve the problem. Example, +

+ +
+
/* Input size of n */
+void algorithms(int n){
+  /* Creating an array of whose size depends on input size */
+  int data[n];
+
+  for(int i = 0; i < n; i++){
+    int x = data[i];
+    // Work on data
+  }
+}
+
+
+ +

+Here, we create an array of size n, so the increase in allocated space increases with the input size. So the space complexity is, \(\theta (n)\). +
+

+
    +
  • Another example,
  • +
+ +
+
/* Input size of n */
+void algorithms(int n){
+  /* Creating a matrix sized n*n of whose size depends on input size */
+  int data[n][n];
+
+  for(int i = 0; i < n; i++){
+    for(int j = 0; j < n; j++){
+      int x = data[i][j];
+      // Work on data
+    }
+  }
+}
+
+
+ +

+Here, we create a matrix of size n*n, so the increase in allocated space increases with the input size by \(n^2\). So the space complexity is, \(\theta (n^2)\). +

+ +
    +
  • If we use a node based data structure like linked list or trees, then we can show space complexity as the number of nodes used by algorithm based on input size, (if all nodes are of equal size).
  • +
  • Space complexity of the hash map is considered O(n) where n is the number of entries in the hash map.
  • +
+
+
+ +
+

5.4.2. Code Execution space in recursive algorithm

+
+

+When we use recursion, the function calls are stored in the stack. This means that code execution space will increase. A single function call has fixed (constant) space it takes in the memory. So to get space complexity, we need to know how many function calls occur in the longest branch of the function call tree. +

+ +
    +
  • NOTE : Space complexity only depends on the longest branch of the function calls tree.
  • +
  • The tree is made the same way we make it in the tree method for calculating time complexity of recursive algorithms
  • +
+ +

+This is because at any given time, the stack will store only a single branch. +

+ +
    +
  • Example,
  • +
+ +
+
int func(int n){
+  if(n == 1 || n == 0)
+    return 1;
+  else
+    return n * func(n - 1);
+}
+
+
+ +

+To calculate space complexity we can use the tree method. But rather than when calculating time complexity, we will count the number of function calls using the tree. +We will do this by drawing tree of what function calls will look like for given input size n. +
+The tree for k+1 levels is, +

+ +
+func(n)--func(n-1)--func(n-2)--.....--func(n-k)
+
+ +

+This tree only has a single branch. To get the number of levels for a branch, we put the terminating condition at the extreme branches of the tree. Here, the terminating condition is func(1), therefore, we will put \(func(1) = func(n-k)\), i.e, +\[ 1 = n - k \] +\[ k + 1 = n \] +

+ +

+So the number of levels is \(n\). Therefore, space complexity is \(\theta (n)\) +

+ +
    +
  • Another example,
  • +
+ +
+
void func(int n){
+  if(n/2 <= 1)
+    return n;
+  func(n/2);
+  func(n/2);
+}
+
+
+ +

+Drawing the tree for k+1 levels. +

+
+			  +--func(n/2^2)- - - - - - -  func(n/2^k)
+	 +-----func(n/2)--+
+	 +                +--func(n/2^2) - - - - - - - - - func(n/2^k)
+func(n)--+
+	 +               +--func(n/2^2) - - - - - -  - - - func(n/2^k)
+	 +-----func(n/2)-+
+			 +--func(n/2^2)- - - - - - func(n/2^k)
+
+ +
    +
  • As we know from the tree method, the two extreme branches of the tree will always be the longest ones.
  • +
+ +

+Both the extreme branches have the same call which here is func(n/2k). To get the number of levels for a branch, we put the terminating condition at the extreme branches of the tree. Here, the terminating condition is func(2), therefore, we will put \(func(2) = func(n/2^k)\), i.e, +\[ 2 = \frac{n}{2^k} \] +\[ k + 1 = log_2n \] +Number of levels is \(log_2n\). Therefore, space complexity is \(\theta (log_2n)\). +

+
+
+
+
+
+

6. Lecture 6

+
+
+
+

6.1. Divide and Conquer algorithms

+
+

+Divide and conquer is a problem solving strategy. In divide and conquer algorithms, we solve problem recursively applying three steps : +

+
    +
  • Divide : Problem is divided into smaller problems that are instances of same problem.
  • +
  • Conquer : If subproblems are large, divide and solve them recursivly. If subproblem is small enough then solve it in a straightforward method
  • +
  • Combine : combine the solutions of subproblems into the solution for the original problem.
  • +
+ +

+Example, +

+
    +
  1. Binary search
  2. +
  3. Quick sort
  4. +
  5. Merge sort
  6. +
  7. Strassen's matrix multiplication
  8. +
+
+
+ +
+

6.2. Searching for element in array

+
+
+
+

6.2.1. Straight forward approach for searching (Linear Search)

+
+
+
int linear_search(int *array, int n, int x){
+  for(int i = 0; i < n; i++){
+    if(array[i] == x){
+      printf("Found at index : %d", i);
+      return i;
+    }
+  }
+  return -1;
+}
+
+
+ +

+Recursive approach +

+ +
+
# call this function with index = 0
+def linear_search(array, item, index):
+    if len(array) < 1:
+        return -1
+    elif array[index] == item:
+        return index
+    else:
+        return linear_search(array, item, index + 1)
+
+
+ +

+Recursive time complexity : \(T(n) = T(n-1) + 1\) +

+ +
    +
  • Best Case : The element to search is the first element of the array. So we need to do a single comparision. Therefore, time complexity will be constant O(1).
  • +
+

+
+

+
    +
  • Worst Case : The element to search is the last element of the array. So we need to do n comparisions for the array of size n. Therefore, time complexity is O(n).
  • +
+

+
+

+
    +
  • Average Case : For calculating the average case, we need to consider the average number of comparisions done over all possible cases.
  • +
+ + + + +++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Position of element to search (x)Number of comparisions done
01
12
23
..
..
..
n-1n
………………..………………..
Sum\(\frac{n(n+1)}{2}\)
+ +

+\[ \text{Average number of comparisions} = \frac{ \text{Sum of number of comparisions of all cases} }{ \text{Total number of cases.} } \] +\[ \text{Average number of comparisions} = \frac{n(n+1)}{2} \div n \] +\[ \text{Average number of comparisions} = \frac{n+1}{2} \] +\[ \text{Time complexity in average case} = O(n) \] +

+
+
+ +
+

6.2.2. Divide and conquer approach (Binary search)

+
+

+The binary search algorithm works on an array which is sorted. In this algorithm we: +

+
    +
  1. Check the middle element of the array, return the index if element found.
  2. +
  3. If element > array[mid], then our element is in the right part of the array, else it is in the left part of the array.
  4. +
  5. Get the mid element of the left/right sub-array
  6. +
  7. Repeat this process of division to subarray's and comparing the middle element till our required element is found.
  8. +
+ +

+The divide and conquer algorithm works as, +
+Suppose binarySearch(array, left, right, key), left and right are indicies of left and right of subarray. key is the element we have to search. +

+
    +
  • Divide part : calculate mid index as mid = left + (right - left) /2 or (left + right) / 2. If array[mid] == key, return the value of mid.
  • +
  • Conquer part : if array[mid] > key, then key must not be in right half. So we search for key in left half, so we will recursively call binarySearch(array, left, mid - 1, key). Similarly, if array[mid] < key, then key must not be in left half. So we search for key in right half, so recursively call binarySearch(array, mid + 1, right, key).
  • +
  • Combine part : Since the binarySearch function will either return -1 or the index of the key, there is no need to combine the solutions of the subproblems.
  • +
+ + +
+

binary-search.jpg +

+
+ +
+
int binary_search(int *array, int n, int x){
+  int low = 0;
+  int high = n;
+
+  int mid = (low + high) / 2;
+
+  while(low <= high){
+    mid = (low + high) / 2;
+    if (x == array[mid]){
+      return mid;
+    }else if (x < array[mid]){
+      low = low;
+      high = mid - 1;
+    }else{
+      low = mid + 1;
+      high = high;
+    }
+  }
+
+  return -1;
+}
+
+
+ +

+Recursive approach: +

+ +
+
int binary_search(int *array, int left, int right, int x){
+  if(left > right)
+    return -1;
+
+  int mid = (left + right) / 2;
+  // or we can use mid = left + (right - left) / 2, this will avoid int overflow when array has more elements.
+
+  if (x == array[mid])
+    return mid;
+  else if (x < array[mid])
+    return binary_search(array, left, mid - 1, x);
+  else
+    return binary_search(array, mid + 1, right, x);
+}
+
+
+ +

+Recursive time complexity : \(T(n) = T(n/2) + 1\) +

+ +
    +
  • Best Case : Time complexity = O(1)
  • +
  • Average Case : Time complexity = O(log n)
  • +
  • Worst Case : Time complexity = O(log n)
  • +
+ +

+Binary search is better for sorted arrays and linear search is better for sorted arrays. +
+Another way to visualize binary search is using the binary tree. +

+
+
+
+ +
+

6.3. Max and Min element from array

+
+
+
+

6.3.1. Straightforward approach

+
+
+
def min_max(a):
+    max = min = a[1]
+    for i in range(2, n):
+        if a[i] > max:
+            max = a[i];
+        elif a[i] < min:
+            min = a[i];
+
+    return (min,max)
+
+
+ +
    +
  • Best case : array is sorted in ascending order. Number of comparisions is \(n-1\). Time complexity is \(O(n)\).
  • +
  • Worst case : array is sorted in descending order. Number of comparisions is \(2.(n-1)\). Time complexity is \(O(n)\).
  • +
  • Average case : array can we arranged in n! ways, this makes calculating number of comparisions in the average case hard and it is somewhat unnecessary, so it is skiped. Time complexity is \(O(n)\)
  • +
+
+
+ +
+

6.3.2. Divide and conquer approach

+
+

+Suppose the function is MinMax(array, left, right) which will return a tuple (min, max). We will divide the array in the middle, mid = (left + right) / 2. The left array will be array[left:mid] and right aray will be array[mid+1:right] +

+
    +
  • Divide part : Divide the array into left array and right array. If array has only single element then both min and max are that single element, if array has two elements then compare the two and the bigger element is max and other is min.
  • +
  • Conquer part : Recursively get the min and max of left and right array, leftMinMax = MinMax(array, left, mid) and rightMinMax = MinMax(array, mid + 1, right).
  • +
  • Combine part : If leftMinMax[0] > rightMinmax[0], then min = righMinMax[0], else min = leftMinMax[0]. Similarly, if leftMinMax[1] > rightMinMax[1], then max = leftMinMax[1], else max = rightMinMax[1].
  • +
+ +
+
# Will return (min, max)
+def minmax(array, left, right):
+    if left == right:       # Single element in array
+        return (array[left], array[left])
+    elif left + 1 == right: # Two elements in array
+        if array[left] > array[right]:
+            return (array[right], array[left])
+        else:
+            return (array[left], array[right])
+    else:                  # More than two elements
+        mid = (left + right) / 2
+        minimum, maximum = 0, 0
+        leftMinMax = minmax(array, left, mid)
+        rightMinMax = minmax(array, mid + 1, right)
+
+        # Combining result of the minimum from left and right subarray's
+        if leftMinMax[0] > rightMinMax[0]:
+            minimum = rightMinMax[0]
+        else:
+            minimum = leftMinMax[0]
+
+        # Combining result of the maximum from left and right subarray's
+        if leftMinMax[1] > rightMinMax[1]:
+            maximum = leftMinMax[1]
+        else:
+            maximum = rightMinMax[1]
+
+        return (minimum, maximum)
+
+
+
+ +
    +
  • Time complexity
  • +
+

+We are dividing the problem into two parts of approximately, and it takes two comparisions on each part. Let's consider a comparision takes unit time. Then time complexity is +\[ T(n) = T(n/2) + T(n/2) + 2 \] +\[ T(n) = 2.T(n/2) + 2 \] +The recurrance terminated if single element in array with zero comparisions, i.e, \(T(1) = 0\), or when two elements with single comparision \(T(2) = 1\). +
+Now we can use the master's theorem or tree method to solve for time complexity. +\[ T(n) = \theta (n) \] +

+ +
    +
  • Space complexity
  • +
+

+For space complexity, we need to find the longest branch of the recursion tree. Since both recursive calls are same sized, and the factor is (1/2), for k+1 levels, function call will be func(n/2k), and terminating condition is func(2) +\[ func(2) = func(n/2^k) \] +\[ 2 = \frac{n}{2^k} \] +\[ k + 1 = log_2n \] +Since longest branch has \(log_2n\) nodes, the space complexity is \(O(log_2n)\). +

+ +
    +
  • Number of comparisions
  • +
+

+In every case i.e, average, best and worst cases, the number of comparisions in this algorithm is same. +\[ \text{Total number of comparisions} = \frac{3n}{2} - 2 \] +If n is not a power of 2, we will round the number of comparision up. +

+
+
+ +
+

6.3.3. Efficient single loop approach (Increment by 2)

+
+

+In this algorithm we will compare pairs of numbers from the array. It works on the idea that the larger number of the two in pair can be the maximum number and smaller one can be the minimum one. So after comparing the pair, we can simply test from maximum from the bigger of two an minimum from smaller of two. This brings number of comparisions to check two numbers in array from 4 (when we increment by 1) to 3 (when we increment by 2). +

+ +
+
def min_max(array):
+    (minimum, maximum) = (array[0], array[0])
+    i = 1
+    while i < len(array):
+        if i + 1 == len(array):  # don't check i+1, it's out of bounds, break the loop after checking a[i]
+            if array[i] > maximum:
+                maximum = array[i]
+            elif array[i] < minimum:
+                minimum = array[i]
+            break
+
+        if array[i] > array[i + 1]:
+            # check possibility that array[i] is maximum and array[i+1] is minimum
+            if array[i] > maximum:
+                maximum = array[i]
+            if array[i + 1] < minimum:
+                minimum = array[i + 1]
+        else:
+            # check possibility that array[i+1] is maximum and array[i] is minimum
+            if array[i + 1] > maximum:
+                maximum = array[i + 1]
+            if array[i] < minimum:
+                minimum = array[i]
+
+        i += 2
+    return (minimum, maximum)
+
+
+ +
    +
  • Time complexity = O(n)
  • +
  • Space complexity = O(1)
  • +
  • Total number of comparisions = +\[ \text{If n is odd}, \frac{3(n-1)}{2} \] +\[ \text{If n is even}, \frac{3n}{2} - 2 \]
  • +
+
+
+
+
+
+

7. Lecture 7

+
+
+
+

7.1. Square matrix multiplication

+
+

+Matrix multiplication algorithms taken from here: +https://www.cs.mcgill.ca/~pnguyen/251F09/matrix-mult.pdf +

+
+ +
+

7.1.1. Straight forward method

+
+
+
/* This will calculate A X B and store it in C. */
+#define N 3
+
+int main(){
+  int A[N][N] = {
+    {1,2,3},
+    {4,5,6},
+    {7,8,9} };
+
+  int B[N][N] = {
+    {10,20,30},
+    {40,50,60},
+    {70,80,90} };
+
+  int C[N][N];
+
+  for(int i = 0; i < N; i++){
+    for(int j = 0; j < N; j++){
+      C[i][j] = 0;
+      for(int k = 0; k < N; k++){
+        C[i][j] += A[i][k] * B[k][j];
+      }
+    }
+  }
+
+  return 0;
+}
+
+
+ +

+Time complexity is \(O(n^3)\) +

+
+
+ +
+

7.1.2. Divide and conquer approach

+
+

+The divide and conquer algorithm only works for a square matrix whose size is n X n, where n is a power of 2. The algorithm works as follows. +

+ +
+MatrixMul(A, B, n):
+  If n == 2 {
+    return A X B
+  }else{
+    Break A into four parts A_11, A_12, A_21, A_22, where A = [[ A_11, A_12],
+							       [ A_21, A_22]]
+
+    Break B into four parts B_11, B_12, B_21, B_22, where B = [[ B_11, B_12],
+							       [ B_21, B_22]]
+
+    C_11 = MatrixMul(A_11, B_11, n/2) + MatrixMul(A_12, B_21, n/2)
+    C_12 = MatrixMul(A_11, B_12, n/2) + MatrixMul(A_12, B_22, n/2)
+    C_21 = MatrixMul(A_21, B_11, n/2) + MatrixMul(A_22, B_21, n/2)
+    C_22 = MatrixMul(A_21, B_12, n/2) + MatrixMul(A_22, B_22, n/2)
+
+    C = [[ C_11, C_12],
+	 [ C_21, C_22]]
+
+    return C
+  }
+
+ +

+The addition of matricies of size (n X n) takes time \(\theta (n^2)\), therefore, for computation of C11 will take time of \(\theta \left( \left( \frac{n}{2} \right)^2 \right)\), which is equals to \(\theta \left( \frac{n^2}{4} \right)\). Therefore, computation time of C11, C12, C21 and C22 combined will be \(\theta \left( 4 \frac{n^2}{4} \right)\), which is equals to \(\theta (n^2)\). +
+There are 8 recursive calls in this function with MatrixMul(n/2), therefore, time complexity will be +\[ T(n) = 8T(n/2) + \theta (n^2) \] +Using the master's theorem +\[ T(n) = \theta (n^{log_28}) \] +\[ T(n) = \theta (n^3) \] +

+
+
+ +
+

7.1.3. Strassen's algorithm

+
+

+Another, more efficient divide and conquer algorithm for matrix multiplication. This algorithm also only works on square matrices with n being a power of 2. This algorithm is based on the observation that, for A X B = C. We can calculate C11, C12, C21 and C22 as, +

+ +

+\[ \text{C_11 = P_5 + P_4 - P_2 + P_6} \] +\[ \text{C_12 = P_1 + P_2} \] +\[ \text{C_21 = P_3 + P_4} \] +\[ \text{C_22 = P_1 + P _5 - P_3 - P_7} \] +Where, +\[ \text{P_1 = A_11 X (B_12 - B_22)} \] +\[ \text{P_2 = (A_11 + A_12) X B_22} \] +\[ \text{P_3 = (A_21 + A_22) X B_11} \] +\[ \text{P_4 = A_22 X (B_21 - B_11)} \] +\[ \text{P_5 = (A_11 + A_22) X (B_11 + B_22)} \] +\[ \text{P_6 = (A_12 - A_22) X (B_21 + B_22)} \] +\[ \text{P_7 = (A_11 - A_21) X (B_11 + B_12)} \] +This reduces number of recursion calls from 8 to 7. +

+ +
+Strassen(A, B, n):
+  If n == 2 {
+    return A X B
+  }
+  Else{
+    Break A into four parts A_11, A_12, A_21, A_22, where A = [[ A_11, A_12],
+							       [ A_21, A_22]]
+
+    Break B into four parts B_11, B_12, B_21, B_22, where B = [[ B_11, B_12],
+							       [ B_21, B_22]]
+    P_1 = Strassen(A_11, B_12 - B_22, n/2)
+    P_2 = Strassen(A_11 + A_12, B_22, n/2)
+    P_3 = Strassen(A_21 + A_22, B_11, n/2)
+    P_4 = Strassen(A_22, B_21 - B_11, n/2)
+    P_5 = Strassen(A_11 + A_22, B_11 + B_22, n/2)
+    P_6 = Strassen(A_12 - A_22, B_21 + B_22, n/2)
+    P_7 = Strassen(A_11 - A_21, B_11 + B_12, n/2)
+    C_11 = P_5 + P_4 - P_2 + P_6
+    C_12 = P_1 + P_2
+    C_21 = P_3 + P_4
+    C_22 = P_1 + P_5 - P_3 - P_7
+    C = [[ C_11, C_12],
+	 [ C_21, C_22]]
+    return C
+  }
+
+ +

+This algorithm uses 18 matrix addition operations. So our computation time for that is \(\theta \left(18\left( \frac{n}{2} \right)^2 \right)\) which is equal to \(\theta (4.5 n^2)\) which is equal to \(\theta (n^2)\). +
+There are 7 recursive calls in this function which are Strassen(n/2), therefore, time complexity is +\[ T(n) = 7T(n/2) + \theta (n^2) \] +Using the master's theorem +\[ T(n) = \theta (n^{log_27}) \] +\[ T(n) = \theta (n^{2.807}) \] +

+ + +
    +
  • NOTE : The divide and conquer approach and strassen's algorithm typically use n == 1 as their terminating condition since for multipliying 1 X 1 matrices, we only need to calculate product of the single element they contain, that product is thus the single element of our resultant 1 X 1 matrix.
  • +
+
+
+
+ +
+

7.2. Sorting algorithms

+
+
+
+

7.2.1. In place vs out place sorting algorithm

+
+

+If the space complexity of a sorting algorithm is \(\theta (1)\), then the algorithm is called in place sorting, else the algorithm is called out place sorting. +

+
+
+ +
+

7.2.2. Bubble sort

+
+

+Simplest sorting algorithm, easy to implement so it is useful when number of elements to sort is small. It is an in place sorting algorithm. We will compare pairs of elements from array and swap them to be in correct order. Suppose input has n elements. +

+
    +
  • For first pass of the array, we will do n-1 comparisions between pairs, so 1st and 2nd element; then 2nd and 3rd element; then 3rd and 4th element; till comparision between (n-1)th and nth element, swapping positions according to the size. A single pass will put a single element at the end of the list at it's correct position.
  • +
  • For second pass of the array, we will do n-2 comparisions because the last element is already in it's place after the first pass.
  • +
  • Similarly, we will continue till we only do a single comparision.
  • +
  • The total number of comparisions will be +\[ \text{Total comparisions} = (n - 1) + (n - 2) + (n - 3) + ..... + 2 + 1 \] +\[ \text{Total comparisions} = \frac{n(n-1)}{2} \] +Therefore, time complexity is \(\theta (n^2)\)
  • +
+ +
+
void binary_search(int array[]){
+  /* i is the number of comparisions in the pass */
+  for(int i = len(array) - 1; i >= 1; i--){
+    /* j is used to traverse the list */
+    for(int j = 0; j < i; j++){
+      if(array[j] > array[j+1])
+        array[j], array[j+1] = array[j+1], array[j];
+    }
+  }
+}
+
+
+ +

+Minimum number of swaps can be calculated by checking how many swap operations are needed to get each element in it's correct position. This can be done by checking the number of smaller elements towards the left. For descending, check the number of larger elements towards the left of the given element. Example for ascending sort, +

+ + + +++ ++ ++ ++ ++ ++ + + + + + + + + + + + + + + + + + + + +
Array211617831
Minimum number of swaps to get in correct position31000
+

+Therefore, minimum number of swaps is ( 3 + 1 + 0 + 0 + 0) , which is equal to 4 swaps. +

+ +
    +
  • Reducing number of comparisions in implementation : at the end of every pass, check the number of swaps. If number of swaps in a pass is zero, then the array is sorted. This implementation does not give minimum number of comparisions, but reduces number of comparisions from default implementation. It reduces the time complexity to \(\theta (n)\) for best case scenario, since we only need to pass through array once.
  • +
+

+Recursive time complexity : \(T(n) = T(n-1) + n - 1\) +

+
+
+
+
+
+

8. Lecture 8

+
+
+
+

8.1. Selection sort

+
+

+It is an inplace sorting technique. In this algorithm, we will get the minimum element from the array, then we swap it to the first position. Now we will get the minimum from array[1:] and place it in index 1. Similarly, we get minimum from array[2:] and then place it on index 2. We do till we get minimum from array[len(array) - 2:] and place minimum on index [len(array) - 2]. +

+ +
+
void selection_sort(int array[]){
+  for( int i = 0; i < len(array)-2 ; i++ ) {
+    /* Get the minimum index from the sub-array [i:] */
+    int min_index = i;
+    for( int j = i+1; j < len(array) - 1; j++ )
+      if (array[j] < array[min_index]) { min_index = j; }
+
+    /* Swap the min_index with it's position at start of sub-array */
+    array[i], array[min_index] = array[min_index], array[i];
+  }
+}
+
+
+ +

+The total number of comparisions is, +\[ \text{Total number of comparisions} = (n -1) + (n-2) + (n-3) + ... + (1) \] +\[ \text{Total number of comparisions} = \frac{n(n-1)}{2} \] +For this algorithm, number of comparisions are same in best, average and worst case. +Therefore the time complexity in all cases is, \[ \text{Time complexity} = \theta (n) \] +

+ +
    +
  • Recurrance time complexity : \(T(n) = T(n-1) + n - 1\)
  • +
+
+
+ +
+

8.2. Insertion sort

+
+

+It is an inplace sorting algorithm. +

+
    +
  • In this algorithm, we first divide array into two sections. Initially, the left section has a single element and right section has all the other elements. Therefore, the left part is sorted and right part is unsorted.
  • +
  • We call the leftmost element of the right section the key.
  • +
  • Now, we insert the key in it's correct position, in left section.
  • +
  • As commanly known, for insertion operation we need to shift elements. So we shift elements in the left section.
  • +
+ +
+
void insertion_sort ( int array[] ) {
+  for( int i = 1; i < len(array); i++ ) {
+    /* Key is the first element of the right section of array */
+    int key = array[j];
+    int j = i - 1;
+
+    /* Shift till we find the correct position of the key in the left section */
+    while ( j > 0 && array[j] > key ) {
+      array[j + 1] = array[j];
+      j -= 1;
+    }
+    /* Insert key in it's correct position */
+    array[j+1] = key;
+  }
+}
+
+
+ +
    +
  • Time complexity
  • +
+ +

+Best Case : The best case is when input array is already sorted. In this case, we do (n-1) comparisions and no swaps. The time complexity will be \(\theta (n)\) +
+Worst Case : The worst case is when input array is is descending order when we need to sort in ascending order and vice versa (basically reverse of sorted). The number of comparisions is +
+\[ [1 + 2 + 3 + .. + (n-1)] = \frac{n(n-1)}{2} \] +
+The number of element shift operations is +
+\[ [1 + 2 + 3 + .. + (n-1)] = \frac{n(n-1)}{2} \] +
+Total time complexity becomes \(\theta \left( 2 \frac{n(n-1)}{2} \right)\), which is simplified to \(\theta (n^2)\). +

+ +
    +
  • NOTE : Rather than using linear search to find the position of key in the left (sorted) section, we can use binary search to reduce number of comparisions.
  • +
+
+
+ +
+

8.3. Inversion in array

+
+

+The inversion of array is the measure of how close array is from being sorted. +
+For an ascending sort, it is the amount of element pairs such that array[i] > array[j] and i < j OR IN OTHER WORDS array[i] < array[j] and i > j. +

+
    +
  • For ascending sort, we can simply look at the number of elements to left of the given element that are smaller.
  • +
+ + + + +++ ++ ++ ++ ++ ++ ++ + + + + + + + + + + + + + + + + + + + + + +
Array10612831
Inversions423210
+ +

+Total number of inversions = (4+2+3+2+1+0) = 12 +

+ +
    +
  • For descending sort, we can simply look at the number of elements to the left of the given element that are larger.
  • +
+ + + + +++ ++ ++ ++ ++ ++ ++ + + + + + + + + + + + + + + + + + + + + + +
Array10612831
Inversions120000
+ +

+Total number of inversions = 1 + 2 = 3 +

+ +
    +
  • For an array of size n
  • +
+

+\[ \text{Maximum possible number of inversions} = \frac{n(n-1)}{2} \] +\[ \text{Minimum possible number of inversions} = 0 \] +

+
+ +
+

8.3.1. Relation between time complexity of insertion sort and inversion

+
+

+If the inversion of an array is f(n), then the time complexity of the insertion sort will be \(\theta (n + f(n))\). +

+
+
+
+
+
+ + diff --git a/main.org b/main.org new file mode 100644 index 0000000..a8ea427 --- /dev/null +++ b/main.org @@ -0,0 +1,24 @@ +#+TITLE: Algorithms +#+AUTHOR: Anmol Nawani +#+SETUPFILE: ./org/theme-readtheorg-local.setup +# #+HTML_HEAD: +#+OPTIONS: html-postamble:nil + +# https://www.enjoyalgorithms.com/ : Great website + +* Lecture 1 + #+INCLUDE: "./lectures/1.org" +* Lecture 2 + #+INCLUDE: "./lectures/2.org" +* Lecture 3 + #+INCLUDE: "./lectures/3.org" +* Lecture 4 + #+INCLUDE: "./lectures/4.org" +* Lecture 5 + #+INCLUDE: "./lectures/5.org" +* Lecture 6 + #+INCLUDE: "./lectures/6.org" +* Lecture 7 + #+INCLUDE: "./lectures/7.org" +* Lecture 8 + #+INCLUDE: "./lectures/8.org" diff --git a/main.tsk b/main.tsk new file mode 100644 index 0000000..e7b4814 --- /dev/null +++ b/main.tsk @@ -0,0 +1,7 @@ +*Export to HTML +#do +emacs --script export.el + +*Remove Intermediate +#do +rm main.html~ \ No newline at end of file diff --git a/org/theme-bigblow-local.setup b/org/theme-bigblow-local.setup new file mode 100644 index 0000000..81fca7b --- /dev/null +++ b/org/theme-bigblow-local.setup @@ -0,0 +1,15 @@ +# -*- mode: org; -*- + +#+OPTIONS: html-style:nil +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: + +#+HTML_HEAD: +#+HTML_HEAD: + +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: diff --git a/org/theme-bigblow.setup b/org/theme-bigblow.setup new file mode 100644 index 0000000..9e2a3e8 --- /dev/null +++ b/org/theme-bigblow.setup @@ -0,0 +1,16 @@ +# -*- mode: org; -*- + +#+OPTIONS: html-style:nil +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: + +#+HTML_HEAD: +#+HTML_HEAD: + +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: diff --git a/org/theme-readtheorg-local.setup b/org/theme-readtheorg-local.setup new file mode 100644 index 0000000..2ca1deb --- /dev/null +++ b/org/theme-readtheorg-local.setup @@ -0,0 +1,10 @@ +# -*- mode: org; -*- + +#+OPTIONS: html-style:nil +#+HTML_HEAD: +#+HTML_HEAD: + +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: diff --git a/org/theme-readtheorg.setup b/org/theme-readtheorg.setup new file mode 100644 index 0000000..3d01e6a --- /dev/null +++ b/org/theme-readtheorg.setup @@ -0,0 +1,10 @@ +# -*- mode: org; -*- + +#+OPTIONS: html-style:nil +#+HTML_HEAD: +#+HTML_HEAD: + +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: diff --git a/src/bigblow_theme/css/bigblow.css b/src/bigblow_theme/css/bigblow.css new file mode 100644 index 0000000..0282348 --- /dev/null +++ b/src/bigblow_theme/css/bigblow.css @@ -0,0 +1,757 @@ +/* bigblow.css --- BigBlow CSS file */ + +/* Copyright (C) 2011-2014 All Right Reserved, Fabrice Niessen */ + +/* This file is free software: you can redistribute it and/or */ +/* modify it under the terms of the GNU General Public License as */ +/* published by the Free Software Foundation, either version 3 of */ +/* the License, or (at your option) any later version. */ + +/* This file is distributed in the hope that it will be useful, */ +/* but WITHOUT ANY WARRANTY; without even the implied warranty of */ +/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ +/* GNU General Public License for more details. */ + +/* Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> */ +/* URL: https://github.com/fniessen/org-html-themes/ */ +/* Version: 20140605.0925 */ + +html, body { + border: 0; + margin: 0; + padding: 0; +} + +@media print { + .dontprint { + display: none; + } +} + +#preamble { + background: none repeat scroll 0 0 #46484B; + color: #FFFFFF; + font-family: Arial,Helvetica,sans-serif; + font-size: 70%; + font-weight: bold; + height: 224px; /* so that content begins after... */ + padding: 2px 2px 0 6px; +} + +#banner { + text-align: center; +} + +#tabs { + background-color: #2061A2; + float: left; + margin: 0px 0px 20px 0px; + padding: 0; + width: 100%; +} + + #tabs ul { + margin: 0; + padding: 0; + } + + #tabs li { + float: left; + list-style-type: none; + margin: 0px 2px 0px 0px; + padding: 0px 0px 0px 0px; + white-space: nowrap; + } + + #tabs li a { + color: #EEEEEE; + display: block; + font-size: 13px; + font-weight: bold; + margin: 0; + padding: 4px 10px 4px 10px; + text-decoration: none; + } + + #tabs li a:hover { + background: #759FCF; + color: #FFFFFF; + } + + #tabs li.ui-tabs-active a { + background: #FFFFFF; + color: #555555; + } + +#content { + clear: both; + background-color: #FFFFFF; + font-size: 100%; + margin: 0 auto; + max-width: 810px; + overflow-x: hidden; + overflow-y: auto; + padding: 0px 10px 2px 10px; +} + +#postamble { + color: #999999; + font-family: Arial,Helvetica,sans-serif; + font-size: 70%; + height: 40px; + margin: 0 auto; + max-width: 810px; + padding-right: 30px; + padding-top: 22px; + padding: 2px 2px 0 6px; + text-align: right; +} + +body { + color: #333333; + font: 13px/1.385 arial,helvetica,clean,sans-serif; + margin: 0 .1em; + padding: 0; +} + +b { + color: #000000; +} + +i { + color: #1A1A1A; +} + +h1, ul#tabs, h2, h3, h4, h5 { + font-family: "Trebuchet MS",Verdana,sans-serif; +} + +h1 { + background-color: #0A3F69; + color: #F8F8F8; + font-size: 24px; + margin: 0; + padding: 9px 0px 0px 10px; +} + +h2 { + border-bottom: 4px solid #67B3E3; + color: #13679D; + font-size: 20px; +} + +h3, h4, h5, h6 { + color: #1572AE; +} + +h3 { + border-bottom: 1px solid #B5DAF1; + font-size: 16px; + margin-left: 25px; +} + +h4 { + border-bottom: 1px dotted #C9E3F5; + font-size: 14px; + margin-left: 60px; +} + +h5 { + font-size: 1em; + margin-left: 87px; +} + +h6 { + font-size: 1em; + margin-left: 100px; +} + +.DONEheader { + color: #ADADAD; + text-decoration: line-through; +} + + h3.DONEheader { + border-bottom: 1px solid #DDDDDD; + } + + h4.DONEheader { + border-bottom: 1px dotted #DDDDDD; + } + +.outline-text-2, .outline-text-3, .outline-text-4, .outline-text-5, +.outline-3 > ul, /* for HTML export of Beamer slides */ +.outline-4 > ol, #text-footnotes { + margin-left: 100px; +} + +li > .outline-text-5 { + margin-left: 20px; +} + +ul, ol { + padding-left: 1.5em; +} + +dt { + color: #1572AE; + font-weight: bold; +} + +dd { + margin-bottom: 6px; +} + +pre { + /* Use #EAEAEA for background-color of border with src code block's name */ + background-color: #F8F8FF; + border: 1px solid #DEDEDE; + color: #444444; + font-family: monospace; + line-height: 1.14em; + overflow: auto; + /* overflow-x: auto; */ + padding: 10px; +} + +code { + background-color: #F8F8FF; + border: 1px solid #DEDEDE; + color: #444444; + font-family: monospace; + /* font-size: 0.93em; */ + margin: 0px 1px; + padding: 0px 2px; +} + +li > p, li > ul, li > .inlinetask, li > dl { + margin-left: 0px; +} + +dd > p, dd > ul, dd > .inlinetask, dd > dl { + margin-left: 0px; +} + +li.checked { + list-style-image: url('../images/checked.png'); +} + +li.halfchecked { + list-style-image: url('../images/halfchecked.png'); +} + +li.unchecked { + list-style-image: url('../images/unchecked.png'); +} + +a, a:link, a:visited { + color: #2061A2; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +a:focus { + outline: none; +} + +#search { + border-radius: 3px; + background: none repeat scroll 0 0 #FFFFFF; + display: block; + float: right; + height: 18px; + margin: 5px 10px 0 0; + overflow: hidden; + padding: 0 3px; + width: 188px; +} + + #search input { + border: 0 none; + color: #666666; + float: left; + font-family: Arial,Helvetica,sans-serif; + font-size: 11px; + font-weight: normal; + margin: 0; + padding: 2px 4px; + width: 160px; + } + + #search button { + background: url("../images/search-glass.png") no-repeat scroll 0 50% transparent; + border: 0 none; + cursor: pointer; + display: block; + float: right; + height: 18px; + margin: 0; + text-indent: -999em; + width: 14px; + } + +table { + border-collapse: collapse; + margin-right: auto; + margin-left: auto; +} + + table td { + padding: 3px 5px; + } + +table, th, td +{ + border: 1px solid #B5DAF1; + border-left: 2px solid white; + border-right: 2px solid white; +} + +th +{ + border-width: 1px 2px; + border-color: white; + background-color: #2061A2; + color: white; +} + +caption { + color: #8D8D84; +} + +img { + display: block; + margin-left: auto; + margin-right: auto; + text-align: center; +} + +.figure { + color: #8D8D84; + text-align: center; +} + +.fixme { + background: #FFFF88 url('../images/fixme.png') no-repeat top left; + color: #CC0000; + display: inline-block; + height: 16px; + text-indent: -9999px; + width: 82px; +} + +.left { + text-align: left; +} + +.right { + text-align: right; +} + +.center { + text-align: center; +} + +.justify { + text-align: justify; +} + +.inlinetask { + background-color: #F7F7F7; + border-collapse: separate; + border-color: #EEEEEE #EEEEEE #EEEEEE #1E90FF; + border-style: solid; + border-width: 1px 1px 1px 6px; + padding: 8px 8px 0px 8px; + margin: 10px 0px; +} + + .inlinetask td { + padding: 2px 5px 0px 2px; + border: 0px; + } + +.info { + border: 1px solid; + background: url('../images/info.png') no-repeat 10px 10px #BDE5F8; + color: #00529B; + padding: 4px 10px 4px 52px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; + margin: 10px 0px; +} + +.tip { + border: 1px solid; + background: url('../images/tip.png') no-repeat 10px 10px #DFF2BF; + color: #4F8A10; + padding: 4px 10px 4px 52px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; + margin: 10px 0px; +} + +.note { + border: 1px solid; + background: url('../images/note.png') no-repeat 10px 10px #FFFCCB; + color: #9F6000; + padding: 4px 10px 4px 52px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; + margin: 10px 0px; +} + +.warning { + border: 1px solid; + background: url('../images/warning.png') no-repeat 10px 10px #FFBABA; + color: #D8000C; + padding: 4px 10px 4px 52px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; + margin: 10px 0px; +} + +.todo, .done { + margin: 10px 0; + padding: 0px 2px; +} + +.NEW { + background-color: #FDFCD8; + border: 1px solid #EEE9C3; + color: #302B13; + font-weight: normal; +} + +.TODO { + background-color: #FED5D7; + border: 1px solid #FC5158; + color: #FC5158; +} + +.STRT, .STARTED { + background-color: #FEF2D4; + border: 1px solid #FDBF3D; + color: #FDBF3D; +} + +.WAIT, .WAITING, .DLGT, .DELEGATED { + background-color: #DFFFDF; + border: 1px solid #55BA80; + color: #55BA80; +} + +.SDAY, .SOMEDAY, .DFRD, .DEFERRED { + background-color: #D3EEFF; + border: 1px solid #42B5FF; + color: #42B5FF; +} + +.DONE, .CANX, .CANCELED { + background-color: #F2F2EE; + border: 1px solid #969696; + color: #969696; +} + +.tag span { + background-color: #EDEDED; + border: 1px solid #EDEDED; + color: #939393; + cursor: pointer; + display: block; + float: right; + font-size: 80%; + font-weight: normal; + margin: 0 3px; + padding: 1px 2px; + border-radius: 10px; +} + + #right-panel-contents .tag span { + font-size: 100%; + } + + .tag span:hover { + background: #BABDB6; + } + + .tag .FLAGGED { + background-color: #EDC6C8; + border: 1px solid #EDC6C8; + color: #C15F4E; + } + +.tag .selected { + background-color: #FFEBC1; + border: 1px solid #FDBF3B; + color: #A6750C; +} + +#listOfTags .tag span { + display: inline; + float: none; +} + +span.todo { + cursor: pointer; + /* display: block; */ + /* float: left; */ + margin: -1px 3px 0px 0px; +} + + span.todo:hover { + background: #BABDB6; + color: #888888; + } + +span.todo .selected { + background-color: #FFEBC1; + border-color: #FDBF3B; + color: #A6750C; +} + +.matchtag { + background-color: #FBFFC0; +} + +.matchNEW { + background-color: #FDFCD8; +} + +.matchTODO { + background-color: #FFE6E4; +} + +.matchSTRT { + background-color: #FEF2D4; +} + +.matchWAIT, .matchDLGT { + background-color: #DFFFDF; +} + +.matchSDAY, .matchDFRD { + background-color: #E0EFFF; +} + +#listOfTodo, #listOfDone, #listOfTags { + /* bottom: 10px; /\* together with this to put the div at the bottom*\/ */ + /* left: 10px; */ + /* list-style-type: none; */ + margin-left: 0px; + /* position: fixed; /\* this is the magic *\/ */ +} + +.timestamp-kwd { + background-color: #FFF1F1; + color: #880000; + margin: 0px 4px 0px 0px; + padding: 2px 0px 2px 2px; +} + +.timestamp { + color: #777777; + font-size: 80%; +} + +#table-of-contents { + background-color: #FFFFDD; + border: 1px solid #E4E4E4; + display: table; + line-height: 1.2em; + padding: 4px; + margin: 4px; + max-width: 400px; + float: right; + width: auto; +} + + #table-of-contents h2 { + display: none; + } + + #table-of-contents ul { + margin: 0; + padding: 0; + } + + #table-of-contents li { + list-style-type: none; + margin: 0; + } + + #table-of-contents li li { + margin-left: 1.5em; + } + + #table-of-contents li li li { + font-size: 0.8em; + } + + #table-of-contents a { + color: #606060; + font-size: 0.9em; + font-weight: normal; + text-decoration: none; + } + + #table-of-contents a:hover { + color: #C61A1A; + text-decoration: underline; + } + +#minitoc { + background-color: #FFFFDD; + border: 1px solid #E4E4E4; + color: #484848; + line-height: 1.2em; + margin: 12px; + padding: 4px; + position: fixed; + width: auto; + white-space: pre; +} + +#minitoc a { + display: block; + font-size: 10px; + font-weight: normal; +} + +#minitoc a { + display: none; +} + +#minitoc:hover a { + display: block; +} + +#minitoc h2 { + margin: 3px 0px; + border: none; + font-size: 11px; +} + +p.verse { + color: #808080; + font-style: italic; +} + +.example { + background-color: #DDFADE; + border: 1px solid #9EC49F; + color: #333333; +} + +.alert { + font-weight: bold; + color: #FF0000; +} + +#toTop { + background: #F7F7F7; + border: 1px solid #CCCCCC; + top: 10px; /* together with this to put the div at the top */ + color: #333333; + cursor: pointer; + display: none; + font-family: verdana; + font-size: 11px; + padding: 5px; + position: fixed; /* this is the magic */ + right: 10px; + text-align: center; + width: 100px; + z-index: 999; +} + + #toTop:hover { + text-decoration: underline; + } + +#left-panel-wrapper { + position: fixed; + z-index: 200; + /* display: none; /\* hide the panel if Javascript is not running *\/ */ +} + +#left-panel-contents { + background-color: #EFEFEF; + border-right: 1px dotted #ADADAD; + display: none; + height: 100%; + left: 0px; + position: fixed; + text-align: left; + top: 0; + width: 199px; + z-index: 200; + padding-top: 7px; + padding-left: 7px; +} + +#left-panel-button { + transform: rotate(90deg); + background-color: #EFEFEF; + border: 1px dotted #ADADAD; + border-bottom-width: 0px; + left: -23px; + position: fixed; + top: 50%; + z-index: 200; + padding: 2px 5px 5px 5px; +} + +#right-panel-wrapper { + position: fixed; + z-index: 200; + /* display: none; /\* hide the panel if Javascript is not running *\/ */ +} + +#right-panel-contents { + background-color: #EFEFEF; + border-left: 1px dotted #ADADAD; + display: none; + height: 100%; + right: 0px; + position: fixed; + text-align: left; + top: 0; + width: 199px; + z-index: 200; + padding-top: 7px; + padding-left: 7px; +} + +.org-src-container { + position: relative; +} + +.snippet-copy-to-clipboard { + display: none; + position: absolute; + right: 10px; + top: 5px; + font-size: 0.9em; + text-decoration:underline; +} + +.copy-to-clipboard-button:hover { + cursor: pointer; +} + +/* This is for the sake of Emacs. */ +/* Local Variables: */ +/* eval: (when (locate-library "rainbow-mode") (require 'rainbow-mode) (rainbow-mode)) */ +/* End: */ diff --git a/src/bigblow_theme/css/hideshow.css b/src/bigblow_theme/css/hideshow.css new file mode 100644 index 0000000..e0263c3 --- /dev/null +++ b/src/bigblow_theme/css/hideshow.css @@ -0,0 +1,116 @@ +/* hideshow.css --- HideShow CSS file */ + +/* Copyright (C) 2014 All Right Reserved, Fabrice Niessen */ + +/* This file is free software: you can redistribute it and/or */ +/* modify it under the terms of the GNU General Public License as */ +/* published by the Free Software Foundation, either version 3 of */ +/* the License, or (at your option) any later version. */ + +/* This file is distributed in the hope that it will be useful, */ +/* but WITHOUT ANY WARRANTY; without even the implied warranty of */ +/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ +/* GNU General Public License for more details. */ + +/* Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> */ +/* URL: https://github.com/fniessen/hide-show/ */ +/* Version: 20140912.1722 */ + +.hsExpanded.hsAnchor {background: #EE7700;} + +.buttons { + padding: 0px 7px 13px 0px; + background: #0A3F69; +} + +.hsButton { + color: white; + float: right; + font-size: 70%; + margin-left: 10px; +} + + .hsButton:hover { + background: #FBE448; + color: black; + cursor: pointer; + } + +.ellipsis { + color: #999999; + /* background-color: #FFF8C0; */ + /* float: right; */ + margin-left: 0.6em; +} + +.hsReview { + border: 1px solid #A4A4A4; + background-color: white; + z-index: 500; /* must be greater then z-index of hsOverlay */ + position: relative; /* required for z-index to work */ +} + +#hsOverlay { + width: 100%; + height: 100%; + position: fixed; + left: 0px; + top: 0px; + background-color: #000; + opacity: .70; + z-index: 250; /* must be greater than any other z-index (except the one for .hsReview */ +} + +.hsReviewPanel { + background-color: #757176; + color: white; + line-height: 1.1em; + margin: 10px 0px; + padding: 10px; + position: fixed; + width: auto; + bottom: 0px; + right: 0px; + z-index: 501; + text-align: center; +} + + .hsReviewPanel.hsReviewing { + display: none; + } + + .hsReviewPanel:hover { + cursor: pointer; + } + +.hsReviewingPanel { + background-color: white; + color: #757176; + line-height: 1.1em; + margin: 10px 0px; + padding: 10px; + position: fixed; + width: auto; + bottom: 0px; + right: 0px; + z-index: 501; + text-align: center; +} + +.hsReviewButton:hover { + cursor: pointer; +} + +.hsUnselectable { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +/* This is for the sake of Emacs. */ +/* Local Variables: */ +/* eval: (when (locate-library "rainbow-mode") (require 'rainbow-mode) (rainbow-mode)) */ +/* End: */ diff --git a/src/bigblow_theme/css/htmlize.css b/src/bigblow_theme/css/htmlize.css new file mode 100644 index 0000000..f08e781 --- /dev/null +++ b/src/bigblow_theme/css/htmlize.css @@ -0,0 +1,145 @@ +.org-bold { /* bold */ font-weight: bold; } +.org-bold-italic { /* bold-italic */ font-weight: bold; font-style: italic; } +.org-buffer-menu-buffer { /* buffer-menu-buffer */ font-weight: bold; } +.org-builtin { /* font-lock-builtin-face */ color: #7a378b; } +.org-button { /* button */ text-decoration: underline; } +.org-calendar-today { /* calendar-today */ text-decoration: underline; } +.org-change-log-acknowledgement { /* change-log-acknowledgement */ color: #b22222; } +.org-change-log-conditionals { /* change-log-conditionals */ color: #a0522d; } +.org-change-log-date { /* change-log-date */ color: #8b2252; } +.org-change-log-email { /* change-log-email */ color: #a0522d; } +.org-change-log-file { /* change-log-file */ color: #0000ff; } +.org-change-log-function { /* change-log-function */ color: #a0522d; } +.org-change-log-list { /* change-log-list */ color: #a020f0; } +.org-change-log-name { /* change-log-name */ color: #008b8b; } +.org-comint-highlight-input { /* comint-highlight-input */ font-weight: bold; } +.org-comint-highlight-prompt { /* comint-highlight-prompt */ color: #00008b; } +.org-comment { /* font-lock-comment-face */ color: #b22222; } +.org-comment-delimiter { /* font-lock-comment-delimiter-face */ color: #b22222; } +.org-completions-annotations { /* completions-annotations */ font-style: italic; } +.org-completions-common-part { /* completions-common-part */ color: #000000; background-color: #ffffff; } +.org-completions-first-difference { /* completions-first-difference */ font-weight: bold; } +.org-constant { /* font-lock-constant-face */ color: #008b8b; } +.org-diary { /* diary */ color: #ff0000; } +.org-diff-context { /* diff-context */ color: #7f7f7f; } +.org-diff-file-header { /* diff-file-header */ background-color: #b3b3b3; font-weight: bold; } +.org-diff-function { /* diff-function */ background-color: #cccccc; } +.org-diff-header { /* diff-header */ background-color: #cccccc; } +.org-diff-hunk-header { /* diff-hunk-header */ background-color: #cccccc; } +.org-diff-index { /* diff-index */ background-color: #b3b3b3; font-weight: bold; } +.org-diff-nonexistent { /* diff-nonexistent */ background-color: #b3b3b3; font-weight: bold; } +.org-diff-refine-change { /* diff-refine-change */ background-color: #d9d9d9; } +.org-dired-directory { /* dired-directory */ color: #0000ff; } +.org-dired-flagged { /* dired-flagged */ color: #ff0000; font-weight: bold; } +.org-dired-header { /* dired-header */ color: #228b22; } +.org-dired-ignored { /* dired-ignored */ color: #7f7f7f; } +.org-dired-mark { /* dired-mark */ color: #008b8b; } +.org-dired-marked { /* dired-marked */ color: #ff0000; font-weight: bold; } +.org-dired-perm-write { /* dired-perm-write */ color: #b22222; } +.org-dired-symlink { /* dired-symlink */ color: #a020f0; } +.org-dired-warning { /* dired-warning */ color: #ff0000; font-weight: bold; } +.org-doc { /* font-lock-doc-face */ color: #8b2252; } +.org-escape-glyph { /* escape-glyph */ color: #a52a2a; } +.org-file-name-shadow { /* file-name-shadow */ color: #7f7f7f; } +.org-flyspell-duplicate { /* flyspell-duplicate */ color: #cdad00; font-weight: bold; text-decoration: underline; } +.org-flyspell-incorrect { /* flyspell-incorrect */ color: #ff4500; font-weight: bold; text-decoration: underline; } +.org-fringe { /* fringe */ background-color: #f2f2f2; } +.org-function-name { /* font-lock-function-name-face */ color: #0000ff; } +.org-header-line { /* header-line */ color: #333333; background-color: #e5e5e5; } +.org-help-argument-name { /* help-argument-name */ font-style: italic; } +.org-highlight { /* highlight */ background-color: #b4eeb4; } +.org-holiday { /* holiday */ background-color: #ffc0cb; } +.org-isearch { /* isearch */ color: #b0e2ff; background-color: #cd00cd; } +.org-isearch-fail { /* isearch-fail */ background-color: #ffc1c1; } +.org-italic { /* italic */ font-style: italic; } +.org-keyword { /* font-lock-keyword-face */ color: #a020f0; } +.org-lazy-highlight { /* lazy-highlight */ background-color: #afeeee; } +.org-link { /* link */ color: #0000ff; text-decoration: underline; } +.org-link-visited { /* link-visited */ color: #8b008b; text-decoration: underline; } +.org-log-edit-header { /* log-edit-header */ color: #a020f0; } +.org-log-edit-summary { /* log-edit-summary */ color: #0000ff; } +.org-log-edit-unknown-header { /* log-edit-unknown-header */ color: #b22222; } +.org-match { /* match */ background-color: #ffff00; } +.org-next-error { /* next-error */ background-color: #eedc82; } +.org-nobreak-space { /* nobreak-space */ color: #a52a2a; text-decoration: underline; } +.org-org-archived { /* org-archived */ color: #7f7f7f; } +.org-org-block { /* org-block */ color: #7f7f7f; } +.org-org-block-begin-line { /* org-block-begin-line */ color: #b22222; } +.org-org-block-end-line { /* org-block-end-line */ color: #b22222; } +.org-org-checkbox { /* org-checkbox */ font-weight: bold; } +.org-org-checkbox-statistics-done { /* org-checkbox-statistics-done */ color: #228b22; font-weight: bold; } +.org-org-checkbox-statistics-todo { /* org-checkbox-statistics-todo */ color: #ff0000; font-weight: bold; } +.org-org-clock-overlay { /* org-clock-overlay */ background-color: #ffff00; } +.org-org-code { /* org-code */ color: #7f7f7f; } +.org-org-column { /* org-column */ background-color: #e5e5e5; } +.org-org-column-title { /* org-column-title */ background-color: #e5e5e5; font-weight: bold; text-decoration: underline; } +.org-org-date { /* org-date */ color: #a020f0; text-decoration: underline; } +.org-org-document-info { /* org-document-info */ color: #191970; } +.org-org-document-info-keyword { /* org-document-info-keyword */ color: #7f7f7f; } +.org-org-document-title { /* org-document-title */ color: #191970; font-size: 144%; font-weight: bold; } +.org-org-done { /* org-done */ color: #228b22; font-weight: bold; } +.org-org-drawer { /* org-drawer */ color: #0000ff; } +.org-org-ellipsis { /* org-ellipsis */ color: #b8860b; text-decoration: underline; } +.org-org-footnote { /* org-footnote */ color: #a020f0; text-decoration: underline; } +.org-org-formula { /* org-formula */ color: #b22222; } +.org-org-headline-done { /* org-headline-done */ color: #bc8f8f; } +.org-org-hide { /* org-hide */ color: #ffffff; } +.org-org-latex-and-export-specials { /* org-latex-and-export-specials */ color: #8b4513; } +.org-org-level-1 { /* org-level-1 */ color: #0000ff; } +.org-org-level-2 { /* org-level-2 */ color: #a0522d; } +.org-org-level-3 { /* org-level-3 */ color: #a020f0; } +.org-org-level-4 { /* org-level-4 */ color: #b22222; } +.org-org-level-5 { /* org-level-5 */ color: #228b22; } +.org-org-level-6 { /* org-level-6 */ color: #008b8b; } +.org-org-level-7 { /* org-level-7 */ color: #7a378b; } +.org-org-level-8 { /* org-level-8 */ color: #8b2252; } +.org-org-link { /* org-link */ color: #0000ff; text-decoration: underline; } +.org-org-meta-line { /* org-meta-line */ color: #b22222; } +.org-org-mode-line-clock { /* org-mode-line-clock */ color: #000000; background-color: #bfbfbf; } +.org-org-mode-line-clock-overrun { /* org-mode-line-clock-overrun */ color: #000000; background-color: #ff0000; } +.org-org-quote { /* org-quote */ color: #7f7f7f; } +.org-org-scheduled { /* org-scheduled */ color: #006400; } +.org-org-scheduled-previously { /* org-scheduled-previously */ color: #b22222; } +.org-org-scheduled-today { /* org-scheduled-today */ color: #006400; } +.org-org-sexp-date { /* org-sexp-date */ color: #a020f0; } +.org-org-special-keyword { /* org-special-keyword */ color: #a020f0; } +.org-org-table { /* org-table */ color: #0000ff; } +.org-org-tag { /* org-tag */ font-weight: bold; } +.org-org-target { /* org-target */ text-decoration: underline; } +.org-org-time-grid { /* org-time-grid */ color: #b8860b; } +.org-org-todo { /* org-todo */ color: #ff0000; font-weight: bold; } +.org-org-upcoming-deadline { /* org-upcoming-deadline */ color: #b22222; } +.org-org-verbatim { /* org-verbatim */ color: #7f7f7f; } +.org-org-verse { /* org-verse */ color: #7f7f7f; } +.org-org-warning { /* org-warning */ color: #ff0000; font-weight: bold; } +.org-outline-1 { /* outline-1 */ color: #0000ff; } +.org-outline-2 { /* outline-2 */ color: #a0522d; } +.org-outline-3 { /* outline-3 */ color: #a020f0; } +.org-outline-4 { /* outline-4 */ color: #b22222; } +.org-outline-5 { /* outline-5 */ color: #228b22; } +.org-outline-6 { /* outline-6 */ color: #008b8b; } +.org-outline-7 { /* outline-7 */ color: #7a378b; } +.org-outline-8 { /* outline-8 */ color: #8b2252; } +.org-preprocessor { /* font-lock-preprocessor-face */ color: #7a378b; } +.org-query-replace { /* query-replace */ color: #b0e2ff; background-color: #cd00cd; } +.org-regexp-grouping-backslash { /* font-lock-regexp-grouping-backslash */ font-weight: bold; } +.org-regexp-grouping-construct { /* font-lock-regexp-grouping-construct */ font-weight: bold; } +.org-region { /* region */ background-color: #eedc82; } +.org-secondary-selection { /* secondary-selection */ background-color: #ffff00; } +.org-shadow { /* shadow */ color: #7f7f7f; } +.org-show-paren-match { /* show-paren-match */ background-color: #40e0d0; } +.org-show-paren-mismatch { /* show-paren-mismatch */ color: #ffffff; background-color: #a020f0; } +.org-string { /* font-lock-string-face */ color: #8b2252; } +.org-tool-bar { /* tool-bar */ color: #000000; background-color: #bfbfbf; } +.org-tooltip { /* tooltip */ color: #000000; background-color: #ffffe0; } +.org-trailing-whitespace { /* trailing-whitespace */ background-color: #ff0000; } +.org-type { /* font-lock-type-face */ color: #228b22; } +.org-underline { /* underline */ text-decoration: underline; } +.org-variable-name { /* font-lock-variable-name-face */ color: #a0522d; } +.org-warning { /* font-lock-warning-face */ color: #ff0000; font-weight: bold; } +.org-widget-button { /* widget-button */ font-weight: bold; } +.org-widget-button-pressed { /* widget-button-pressed */ color: #ff0000; } +.org-widget-documentation { /* widget-documentation */ color: #006400; } +.org-widget-field { /* widget-field */ background-color: #d9d9d9; } +.org-widget-inactive { /* widget-inactive */ color: #7f7f7f; } +.org-widget-single-line-field { /* widget-single-line-field */ background-color: #d9d9d9; } diff --git a/src/bigblow_theme/images/checked.png b/src/bigblow_theme/images/checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ebdc03bdaba59b81824d0b0f2ac115762310d2dc GIT binary patch literal 3136 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 literal 0 HcmV?d00001 diff --git a/src/bigblow_theme/images/halfchecked.png b/src/bigblow_theme/images/halfchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..afd695e4145e06f388b207903aa87c474f47e957 GIT binary patch literal 3080 zcmZ`*X*kq<7yi%4lCljRl{I6KWh|AghAc6f8BL5BvL&Xh$qX`<5h3dg*|Q}PQucjG zmM6>D9$OJojEucdS>AcB_tX2~y{>c4eeQGa`~1HCo?y*Pc(~7S0|3BdiZn83A^*S0 z#m1`g%6t|8z%75z&=7mi*%<%=K4z!-<8TvyMGdz22j&l`5>ExLdjho2$6g>s9y_^G z@=vPv4|PUHa~lf@-_wv$aBROT4^ez>&Bet%$p$(0^i-U*f`Yg4cuaY7^X}HxpM`1f z)vDdrC1%UIjR=rbCz+PUfdWx`1vkQ5ZY>MYZV)|GC?E+(iZ+10>DqY2J;*PWlo%z7 zu=skcl?yyKKn-A@tF7>t%H}=PGp!o=1-_AaMZmUFJ3~o8Bt{EnONG}CMyH=iQ*u28 zb8Tf%q*FzFJETQ}ckp)zYE>2wJp^J0pV7@+VjEDMwp9^g0?-g?c<+}7l~;pII&IE% z;L4+CW1KCt`_TYaroyh>2^KSn?vx2ZzRikG11L~fP?wKG1tl5E@6fBPj7S^AAccm0 zTK^{cUb@6Fla-v^A;1;KmQi*`HW%ZMLSYD74?xz<+k_9%?kExAsqSfdclTsR=YFZd z!Nfq@IUjG4Wy_(Z9R2DXmD;u~R4F?}O|fKvu2Nfn4fv?RCKY-Vi&^0ZlAgEL>;#h} zGXv})?2m|Ki%}-iLl7S2A`NFq{?6qMHFRhhGs{QGj65)n^;L!x zt_kLKrvtBa6|RJ=g5=?T!k(L-thp)8c$Lrl$ zVk$Mare5w)33P^^B9jMZ&*Q!jCZWplSNmUD0AUW48V2x#rQf-=gP%wVZ|H0M%_*uc zAP>6q&K}Fo`$z}Nm)U-9h=cwJHK$O2+$&6f1Bj#eY>4$!G#w=#Nhujc%2UBFIPMun zQrSBxsRj~MNuiTh4JxqU&hQAVZuN16u--fchANIPm@hjFu0N3oV{-|4KAZyLtuKL!cHy29rUTDB?Y>T>?ICS|^^# z!MS_h3(xiX@YHYDgQkypNvJ%Y=>D|8w&4*3ZxwQgT5sQ-@7dfwcJC4V9gW`rDeWPH z;^I60CfevZ$8f?aqpuK6e#L0HClk>Ho&GYXlRzKhg)opLKWYLEp0q}@r+v61 zUU^8Bm6_u09On#Qy zfm%j3n5q?yn_8l>X=hS1Q(hvoP@Kr3Yu;&I)K)m+TzJYbZIkNMC)6uOYfw6GtS_G_ zq{$sy`NZ6$!Qgb!?czq9q#L9r;JAf?&4Su0lg<1hB8P}~b*qJJ&aDc0 zM(^00U8P@5fYxEkO}(yonc16u#^*pClxCImEDDE85l%UjCRG-`#wbjmgQ7#}jg?jn`>g!z;+E@8wq!FCE4f>QShFnpi}L33M6VpLf;B@# zWlpkvr2Xs9;=yschI;tWwnJsM$@Y&@!+9U`2KhCr)xMrt(`0HIh)$i}jB|^Rj5qCu zcjLR`y9;D52UfR68@v;fsgwe~uXBDQ8Wgt}3)Er#x9X~rAHa!kw?|c67 zO9E_aWb{FcOVc-$qM>5K7^t*qT*y6iMR`1XT+-9Sb58@KVNq*STTy$l_Wel(D77Nn zXMopp$*u15TG`AcvM4$1;M|{Cu{iN0@iStwX$<(h(kol_#p3zDiII%g*-J(lm2sywQ$mGTkyAJ3~g?xom(a zxhz3;3y=-a2&4z#$*(sX8Sy(iKRgs8seZ%Hp%DHXOVD$^B#o_-&vEgqY|ljs?J(02IaM_Xv zVMk&|sE20Joe}LHrxKfszK@>FR!w0%wa(ERAT8YVagco|CyvfU@gj9oo2ihTk!LZe zcnsow@;q$2aRfK|VC45G&uHw3i8}NAj%)u$@Gq0|`Tdp|tKbp_p~R$EZdyrfz$Vi& z`=`bwr9Z?3BCkr3+=P_B?V3>z;d7lk*4^4&XM1d0b1|`;geM1xSHr#RmI4QUK3?h3 z4Di%yrM*>qxNx1_mEDE?jpk$T@A9~F(^#$ADR*CInvp=;-GJElso}OaY#VIJb$GAR z>77^Uc0mQ5WiOh)zV{p75uHsBwb&f!NZ1o^Dby(B^t>2~POx6-)VVs@^*?#)h-EP<4Al-iYMxj%KU9qV5utV?Rm z1?4U0^}b6AU+44Tn?W#1^))w(YWKMok>j)?k`rlWR=xGLUP(apS4NL>voo|OJkfvb z)A)p@yyjDlj`)u5SAxTGUcpO;cI0HA(Ro)J-w&qu%>%Zkb}MH2vbPXp4>NrlmpNA@ z-E8EQyIy16y;jh+w?84tcgRN>E(D!RVmdY<7k+I{;(u0+E!`PR$&q`ea=GpP+4T-) z*N@oIGzdJN)J@c_7xVdLW`(s{7oJs|C=ax6nO+?Up3hvUshU`QliTpFe%Nnx(bYYX zbiMETxL(bVk3VX6rgmy(E1SlK+g=>)Q%2hhKdsfh`MlZS>wEu~;}MoIG&9ebr!_H~ zl6TG5TAFi7p@;7xqZm)xz*{HFMZP{txWY276wOi2d|49C>*#CoM;iz+h5$b9YlBb@1YL+9?#ab znFo-VHDfFEsrIQJZ}ZvyLE$#b0P?>0g5B<)ja|X*Dap5z3cBAznR{RVEYBN!@91a) z*wVN6r*Q>JtgoY#GtwLb0D&+7po9a!uOk*N0{}@C0KPi{fKEC9hW>_@t zDhq`bkuX$O8nFVmAaFM@kC*4$fpc{tPK9Pu)ZlmmF&gv-5u_U0|C=;X8 zOs|?~7CC+&iT4G76N3LH2*`YPiZ%2yHPXkO8g)su;%%2YX^5G8y!O|FqvTXx(tO+H z4+%U%$CI>C5Us-M3Obn(f3s&MV$$!*ME4NWC@REJ!elX@uW@f6BI6-Goq#R{@Rxxn zQZu4jPnfgqOJ{JY-o=Hpw$SglNk7TA8oLh`y$i|Q&+)mFJFJ&s#H-fCJ5EFw9p?uw zECAG1)zp<$)s)rF8PqcJ9{AXKL$_lJNH~4{(r-2(A8p=0WiI4 KW>jwA_~<`&yPKf^ literal 0 HcmV?d00001 diff --git a/src/bigblow_theme/images/info.png b/src/bigblow_theme/images/info.png new file mode 100644 index 0000000000000000000000000000000000000000..83de6545870d0e0af384f39f59b6a05c7277a3b9 GIT binary patch literal 4403 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 literal 0 HcmV?d00001 diff --git a/src/bigblow_theme/images/note.png b/src/bigblow_theme/images/note.png new file mode 100644 index 0000000000000000000000000000000000000000..1c6b8eb0fb39720842be86b0343adfdcbf929982 GIT binary patch literal 4567 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 By~_Xq literal 0 HcmV?d00001 diff --git a/src/bigblow_theme/images/tip.png b/src/bigblow_theme/images/tip.png new file mode 100644 index 0000000000000000000000000000000000000000..743ef89c3a48cb65d51f0efb7305be9f2beba401 GIT binary patch literal 4447 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 literal 0 HcmV?d00001 diff --git a/src/bigblow_theme/images/unchecked.png b/src/bigblow_theme/images/unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..b75b7a9011c18f80b50d98ee73d1941e9ba1a648 GIT binary patch literal 3087 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 iOM29*SF`&`{~rK=WQCuj>qPGW0000;(@ literal 0 HcmV?d00001 diff --git a/src/bigblow_theme/js/ZeroClipboard.swf b/src/bigblow_theme/js/ZeroClipboard.swf new file mode 100644 index 0000000000000000000000000000000000000000..13bf8e396202964e0048333d878f4b949a2f5e6a GIT binary patch literal 1071 zcmV+~1kn3KS5pay1^@tfoPAa6Qrkup-d$aeB-A-xFjKf1te)pFM-&Q&_dOT zp~-XxqP4X~YJ}vGWC;KAD1C=MKwiO_PG6^Vbs@z~r#qgr-}!Xr?4IxJ9P1kT4dpSa zmlT9hja*+}e;Cbih*6`(JT|+I(1(#NIVSiTL~Dq=|Lb=d5tOYL`L;_#dyQQ%FAAmI zcth~a_gzLk@xphk!Y?fFYp&C2`ZTZ#X}INt9hY9ojZWZ1Om23g$oC2%i(XLAs&#|V z5ArS7X}yhomj%SJGT~|rnZj|zM|I&j59e1QKqGxQN5!(ijWrx1S)ZN!RwWBwC`$uYc z!)028S7F4?l?H2dd39HKImh$+mv#S~I-YjmQ;P-rUfUM~-;Xr+ldpAXK+hS!b|@Ro zUs)@fv!kf9RjpFXZ?d(Pe_q{bY*sgP{Ykaib==7Da_N!X$Z^AwK5e&BZ5R56j>T=;_5DD$nR8}GiWShym;5A&x*eM;)Us-}<67Eb+@9n>sdlhm z`(coON!$a6H-ML=9U8}t-8aV1yD!xY9v@|7-FWq*lEUMka&b=Hq$X{>72}4eNl_P+ zccPJWGtXb!r#GbVPIO$}sN%oME%Yf<`b@|2f6G5y#$}-l zAR|D=L6`ti0Wt|N4P*v{Ss-&j?gE(yvY_TMkQE@SK-Pd%f#~WwXExMLZXW@84CD#m zFMxar!IU~i}ZGSTvX;GX_!`A@yKkIbSu*e=l_b9m*BF@hOB8SS;p?XkU4 z+#Y{FagI+_hF#pQ*y^c#B7H9*TQ=n-IvJZOQ*KYMV&e{u!2((~XOiIAy*Zr0yBr$x zqA6D~T{u}ZWn+;Cn@jC`refSD34E}PZ{YGaxq%P2g&VlCEyl30qM2Z<#-M2CQxMno zG_4J8H7mc8(VenQzJ;=@j=BiTh*RubMeS$61ORcM^S6!u6l;=?s|@ py1A~K8@jovn~!u;;=k8uI$3rc`gC{*rT-s&a~N%N=5J58nk1s|4c7nw literal 0 HcmV?d00001 diff --git a/src/bigblow_theme/js/bigblow.js b/src/bigblow_theme/js/bigblow.js new file mode 100644 index 0000000..6ee48da --- /dev/null +++ b/src/bigblow_theme/js/bigblow.js @@ -0,0 +1,525 @@ +// bigblow.js --- BigBlow JS file +// +// Copyright (C) 2011-2016 All Right Reserved, Fabrice Niessen +// +// This file is free software: you can redistribute it and/or +// modify it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of +// the License, or (at your option) any later version. +// +// This file is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> +// URL: https://github.com/fniessen/org-html-themes/ +// Version: 20140515.1841 + +$(function() { + $('p'). + html(function(index, old) { + return old.replace('FIXME', + 'FIXME'); + }); + $('p'). + html(function(index, old) { + return old.replace('XXX', + 'XXX'); + }); +}); + +// Remove leading section number +$(function() { + $('.section-number-2').text(""); + for (var i = 3; i <= 5; i++) { + $('.section-number-' + i).each(function() { + $(this).text($(this).text().replace(/^[0-9]+\./g, "")); + }); + } +}); + +$(function() { + $('
').prependTo('body'); +}); + +// generate contents of minitoc +function generateMiniToc(divId) { + let headers = null; + if(divId) { + $('#minitoc').empty().append('

In this section

'); + headers = $('#' + divId).find('h3'); + } + else { + $('#minitoc').empty().append('

In this document

'); + headers = $('div#content').find(':header'); + } + headers.each(function(i) { + let text = $(this) + .clone() //clone the element + .children() //select all the children + .remove() //remove all the children + .end() //again go back to selected element + .text().trim(); + var level = parseInt(this.nodeName.substring(1), 10); + let prefix = "".padStart(level-1, " "); + $("#minitoc").append("" + + prefix + text + ""); + }); + // Ensure that the target is expanded (hideShow) + $('#minitoc a[href^="#"]').click(function() { + var href = $(this).attr('href'); + hsExpandAnchor(href); + }); +} + +// display tabs +function tabifySections() { + + // hide TOC (if present) + $('#table-of-contents').hide(); + + // grab the list of `h2' from the page + var allSections = []; + $('h2') + .each(function() { + // Remove TODO keywords and tags (contained in spans) + var tabText = $(this).clone().find('span').remove().end() + .text().trim(); + var tabId = $(this).parent().attr('id'); + if (tabText) { + // - remove heading number (all leading digits) + // - remove progress logging (between square brackets) + // - remove leading and trailing spaces + tabText = tabText.replace(/^\d+\s+/, '').replace(/\[[\d/%]+\]/, '').trim(); + + allSections.push({ + text: tabText, + id: tabId + }); + } + }); + + // create the tab links + var tabs = $('
    '); + for (i = 0; i < allSections.length; i++) { + var item = allSections[i]; + html = $('
  • ' + item.text + '
  • '); + tabs.append(html); + } + + // insert tabs menu after title (`h1'), or at the beginning of the content + if($('.title').length !== 0) { + $('.title').after(tabs); + } + else { + $('#content').prepend(tabs); + } +} + +function selectTabAndScroll(href) { + // At this point we assume that href is local (starts with #) + // alert(href); + + // Find the tab to activate + var targetTab = $(href).closest('.ui-tabs-panel'); + var targetTabId = targetTab.attr('id'); + var targetTabAriaLabel = targetTab.attr('aria-labelledby'); + + var targetTabIndex = $("#content ul li") + .index($('[aria-labelledby="' + targetTabAriaLabel + '"]')); + + // Activate target tab + $('#content').tabs('option', 'active', targetTabIndex); + + // Rebuild minitoc + generateMiniToc(targetTabId); + + // Set the location hash + // document.location.hash = href; + + // Scroll to top if href was a tab + if (href == '#' + targetTabId) { + // alert(targetTabId); + $.scrollTo(0); + } + // Scroll to href if href was not a tab + else { + $.scrollTo(href); + } +} + +$(document).ready(function() { + $('#preamble').remove(); + $('#table-of-contents').remove(); + + // Prepare for tabs + tabifySections(); + + // Build the tabs from the #content div + $('#content').tabs(); + + // Set default animation + $('#content').tabs('option', 'show', true); + + // Rebuild minitoc when a tab is activated + $('#content').tabs({ + activate: function(event, ui) { + var divId = ui.newTab.attr('aria-controls'); + generateMiniToc(divId); + } + }); + + // Required to get the link of the tab in URL + $('#content ul').localScroll({ + target: '#content', + duration: 0, + hash: true + }); + + // Handle hash in URL + if ($('#content') && document.location.hash) { + hsExpandAnchor(document.location.hash); + selectTabAndScroll(document.location.hash); + } + // If no hash, build the minitoc anyway for selected tab + else { + var divId = $('#content div[aria-expanded=true]').attr('id'); + generateMiniToc(divId); + } + + // Handle click on internal links + $('.ui-tabs-panel a[href^="#"]').click(function(e) { + var href = $(this).attr('href'); + hsExpandAnchor(href); + selectTabAndScroll(href); + e.preventDefault(); + }); + + // Initialize hideShow + hsInit(); + + // add sticky headers to tables + $('table').stickyTableHeaders(); +}); + +$(document).ready(function() { + // Add copy to clipboard snippets + $('.org-src-container').prepend('
    [copy]
    '); + + // Display/hide snippets on source block mouseenter/mouseleave + $(document).on('mouseenter', '.org-src-container', function () { + $(this).find('.snippet-copy-to-clipboard').show(); + }); + $(document).on('mouseleave', '.org-src-container', function () { + $(this).find('.snippet-copy-to-clipboard').hide(); + }); + + $('.copy-to-clipboard-button').click( function() { + var element = $(this).parent().parent().find('.src'); + var val = element.text(); + val = val.replace(/\n/g, "\r\n"); + + var $copyElement = $("",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,a.appendChild(b),b.innerHTML="",l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){l.noCloneEvent=!1}),b.cloneNode(!0).click()),null==l.deleteExpando){l.deleteExpando=!0;try{delete b.test}catch(d){l.deleteExpando=!1}}a=b=c=null}(),function(){var b,c,d=z.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),l[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var Y=/^(?:input|select|textarea)$/i,Z=/^key/,$=/^(?:mouse|contextmenu)|click/,_=/^(?:focusinfocus|focusoutblur)$/,ab=/^([^.]*)(?:\.(.+)|)$/;function bb(){return!0}function cb(){return!1}function db(){try{return z.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof n===L||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(F)||[""],h=b.length;while(h--)f=ab.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(F)||[""],j=b.length;while(j--)if(h=ab.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,m,o=[d||z],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||z,3!==d.nodeType&&8!==d.nodeType&&!_.test(p+n.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[n.expando]?b:new n.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),k=n.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!n.isWindow(d)){for(i=k.delegateType||p,_.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||z)&&o.push(l.defaultView||l.parentWindow||a)}m=0;while((h=o[m++])&&!b.isPropagationStopped())b.type=m>1?i:k.bindType||p,f=(n._data(h,"events")||{})[b.type]&&n._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&n.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&n.acceptData(d)&&g&&d[p]&&!n.isWindow(d)){l=d[g],l&&(d[g]=null),n.event.triggered=p;try{d[p]()}catch(r){}n.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((n.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?n(c,this).index(i)>=0:n.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ib=/^\s+/,jb=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,kb=/<([\w:]+)/,lb=/\s*$/g,sb={option:[1,""],legend:[1,"
    ","
    "],area:[1,"",""],param:[1,"",""],thead:[1,"","
    "],tr:[2,"","
    "],col:[2,"","
    "],td:[3,"","
    "],_default:l.htmlSerialize?[0,"",""]:[1,"X
    ","
    "]},tb=eb(z),ub=tb.appendChild(z.createElement("div"));sb.optgroup=sb.option,sb.tbody=sb.tfoot=sb.colgroup=sb.caption=sb.thead,sb.th=sb.td;function vb(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==L?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==L?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,vb(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function wb(a){X.test(a.type)&&(a.defaultChecked=a.checked)}function xb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function yb(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function zb(a){var b=qb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ab(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}function Bb(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Cb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(yb(b).text=a.text,zb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&X.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}n.extend({clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!hb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ub.innerHTML=a.outerHTML,ub.removeChild(f=ub.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=vb(f),h=vb(a),g=0;null!=(e=h[g]);++g)d[g]&&Cb(e,d[g]);if(b)if(c)for(h=h||vb(a),d=d||vb(f),g=0;null!=(e=h[g]);g++)Bb(e,d[g]);else Bb(a,f);return d=vb(f,"script"),d.length>0&&Ab(d,!i&&vb(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k,m=a.length,o=eb(b),p=[],q=0;m>q;q++)if(f=a[q],f||0===f)if("object"===n.type(f))n.merge(p,f.nodeType?[f]:f);else if(mb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(kb.exec(f)||["",""])[1].toLowerCase(),k=sb[i]||sb._default,h.innerHTML=k[1]+f.replace(jb,"<$1>")+k[2],e=k[0];while(e--)h=h.lastChild;if(!l.leadingWhitespace&&ib.test(f)&&p.push(b.createTextNode(ib.exec(f)[0])),!l.tbody){f="table"!==i||lb.test(f)?""!==k[1]||lb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)n.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}n.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),l.appendChecked||n.grep(vb(p,"input"),wb),q=0;while(f=p[q++])if((!d||-1===n.inArray(f,d))&&(g=n.contains(f.ownerDocument,f),h=vb(o.appendChild(f),"script"),g&&Ab(h),c)){e=0;while(f=h[e++])pb.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.deleteExpando,m=n.event.special;null!=(d=a[h]);h++)if((b||n.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k?delete d[i]:typeof d.removeAttribute!==L?d.removeAttribute(i):d[i]=null,c.push(f))}}}),n.fn.extend({text:function(a){return W(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||z).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(vb(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&Ab(vb(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(vb(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return W(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(gb,""):void 0;if(!("string"!=typeof a||nb.test(a)||!l.htmlSerialize&&hb.test(a)||!l.leadingWhitespace&&ib.test(a)||sb[(kb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(jb,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(vb(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(vb(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,k=this.length,m=this,o=k-1,p=a[0],q=n.isFunction(p);if(q||k>1&&"string"==typeof p&&!l.checkClone&&ob.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(k&&(i=n.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=n.map(vb(i,"script"),yb),f=g.length;k>j;j++)d=i,j!==o&&(d=n.clone(d,!0,!0),f&&n.merge(g,vb(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,n.map(g,zb),j=0;f>j;j++)d=g[j],pb.test(d.type||"")&&!n._data(d,"globalEval")&&n.contains(h,d)&&(d.src?n._evalUrl&&n._evalUrl(d.src):n.globalEval((d.text||d.textContent||d.innerHTML||"").replace(rb,"")));i=c=null}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],g=n(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Db,Eb={};function Fb(b,c){var d=n(c.createElement(b)).appendTo(c.body),e=a.getDefaultComputedStyle?a.getDefaultComputedStyle(d[0]).display:n.css(d[0],"display");return d.detach(),e}function Gb(a){var b=z,c=Eb[a];return c||(c=Fb(a,b),"none"!==c&&c||(Db=(Db||n("