Skip to content

Data World

Drive Into Data

  • Home
  • About Me
Data World

Category: Python

Python : Playing with Linked list

May 14, 2018 parmsingla Interview Questions, Python

Create linked list and add node at the beginning class node:     def __init__(self, p_data):         self.data=p_data         self.next=None class[…]

Read more

Python: Find Whether A String Could be Palindrome or Not

May 14, 2018 parmsingla Interview Questions, Python

str=”amalaylam” flag=0 for i, c in enumerate(str):     print (i,c,ascii(c),str.count(c))     if (str.count(c))%2 != 0:         flag=flag+1;         if flag>1:[…]

Read more

Data Structure and Algorithm Interview Questions With Python

May 14, 2018 parmsingla Interview Questions, Python

Find whether a string could be palindrome or not? Linked list creation with add node at the beginning Linked list[…]

Read more
Categories
  • Artificial Intelligence
  • Azure
  • Big Data
  • Certifications
  • Databricks
  • DP-203
  • Interview Questions
  • Leadership
  • LLMs
  • Machine Learning
  • Motivational
  • Performance Tuning
  • Python
  • Scripts
  • Spark
  • SQL Server
  • SSIS
  • Synapse
  • Uncategorized
Archives
  • March 2023
  • July 2022
  • September 2018
  • May 2018
  • January 2018
  • October 2017
  • August 2017
  • March 2017
  • December 2016
  • August 2016
  • May 2016
  • December 2015
  • November 2015
  • June 2015
  • August 2014
  • August 2013
  • January 2013
  • October 2012
  • June 2012
  • February 2012
  • May 2011
WordPress Theme: Poseidon by ThemeZee.
Follow by Email
Facebook
fb-share-icon
LinkedIn
LinkedIn
Share
Data World
Proudly powered by WordPress Theme: Poseidon.