Anthony Zeng 
							
						 
					 
					
						
						
							
						
						51f0d703f1 
					 
					
						
						
							
							fix(learn): Fixed test issue in HashTable exercise ( #38441 )  
						
						 
						
						... 
						
						
						
						* fixed issue where test for removal from hash table was passing even if method implementation is incorrect 
						
						
					 
					
						2020-05-18 15:39:55 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								srdubya 
							
						 
					 
					
						
						
							
						
						3fd336d3e9 
					 
					
						
						
							
							fix(learn): correcting Hash Table Lookup Efficiency ( #38130 )  
						
						 
						
						... 
						
						
						
						A hash table provide a lookup of O(1), not O(n). 
						
						
					 
					
						2020-02-12 12:27:47 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andree Amaro Gonzalez 
							
						 
					 
					
						
						
							
						
						0a0cbead58 
					 
					
						
						
							
							fix(learn): Fixed tests for the create a hash table challenge ( #37870 )  
						
						 
						
						... 
						
						
						
						* fix: update create hash table's tests
* fix: update the way lookup method is declared to enable the use of this.collection in it 
						
						
					 
					
						2020-01-03 11:18:40 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						a6766127cc 
					 
					
						
						
							
							fix(curriculum): corrected test and added solution for Create a Hash table challenge ( #37582 )  
						
						 
						
						... 
						
						
						
						* fix: corrected test and added solution
* fix: redefine hash
* fix: use defined hash
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com > 
						
						
					 
					
						2019-12-02 17:23:56 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						c25fa49b5b 
					 
					
						
						
							
							fix(curriculum): changed test text to use should for Coding Interview Prep - part 1 of 2 ( #37765 )  
						
						 
						
						... 
						
						
						
						* fix: changed test text to use should
* fix: corrected typo
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: corrected typo
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: corrected typo
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: use singular of verb
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: changed punctuation
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: reworded test text
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com > 
						
						
					 
					
						2019-11-19 20:13:45 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						568f00e02a 
					 
					
						
						
							
							fix(curriculum): Added forumTopicId to remaining 1200 challeng… ( #36558 )  
						
						 
						
						
						
						
					 
					
						2019-08-05 22:14:37 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						61baeb0cd6 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary assert message argument from English Coding Interview Prep challenges - 01 ( #36410 )  
						
						 
						
						... 
						
						
						
						* fix: removed assert msg argument
* fix: remove msg surrounded by two single quotes
* fix: remove assert msg surrounded by double quotes
* fix: remove msg surrounded by double quotes 
						
						
					 
					
						2019-07-25 08:56:32 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrew Zaw 
							
						 
					 
					
						
						
							
						
						6f4a9ed721 
					 
					
						
						
							
							Reorganized instruction text on multiple challenges ( #35912 )  
						
						 
						
						... 
						
						
						
						* Reorganized instruction text on multiple challenges
* Fixed spaces
* Fixed spaces again
* Update curriculum/challenges/english/08-coding-interview-prep/data-structures/add-elements-at-a-specific-index-in-a-linked-list.english.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/08-coding-interview-prep/data-structures/find-the-minimum-and-maximum-height-of-a-binary-search-tree.english.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: added code tags 
						
						
					 
					
						2019-06-20 13:16:31 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Valeriy 
							
						 
					 
					
						
						
							
						
						79d9012432 
					 
					
						
						
							
							fix(curriculum): quotes in tests ( #18828 )  
						
						 
						
						... 
						
						
						
						* fix(curriculum): tests quotes
* fix(curriculum): fill seed-teardown
* fix(curriculum): fix tests and remove unneeded seed-teardown 
						
						
					 
					
						2018-10-20 23:32:47 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bouncey 
							
						 
					 
					
						
						
							
						
						a859035023 
					 
					
						
						
							
							fix(challenge-md): Fix quotes that failed in the transform  
						
						 
						
						
						
						
					 
					
						2018-10-08 11:38:26 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bouncey 
							
						 
					 
					
						
						
							
						
						8f39bc1288 
					 
					
						
						
							
							chore(curriculum): Remove files in wrong format  
						
						 
						
						
						
						
					 
					
						2018-10-05 15:58:12 +01:00