Skip to content

Csyk/technical-interview-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Junior Technical Interview Workshop

Register to github

CSS Assignment

  • Open the following CodePen link: http://codepen.io/EggDice/pen/GpKJMZ. It will contain an HTML example, that shows four yellow boxes on the bottom.
  • Please fork the project and provide the link of the new project.
  • The assignment is to modify the code of your forked project, to make the 3rd box's border blue and its background purple.
  • Create a fifth box with orange background and pink border

Algorithm Assignment

  • There is a list of numbers: 4, 3, 2, 5, 1, We sort the list with the Bubble algorithm, to get 1, 2, 3, 4, 5.
  • Please describe the state of the list in the first four steps.

Python Assignment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published